color details

Color Details
#dcdcff Color Hex

#dcdcff color RGB value is (13, 205, 207).
#dcdcff hex color red value is 13, green value is 205, and blue value is 207.
Cylindrical-coordinate representations (HSL) of color #dcdcff hue: 180.62, saturation: 0.88 and lightness: 0.43.

The process color (four-color CMYK) of #dcdcff color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #dcdcff is #ff9999. Color #dcdcff contains mainly RED.

Color Spaces
Color spaces of #dcdcffValue
RGB220, 220, 255
HSL0.67, 1, 0.93
HSV240°, 14°, 100°
XYZ73.15, 73.62, 104.94
Base Numbers
Base Red Green Blue
Binary 11011100 11011100 11111111
Octal 334 334 377
Decimal 220 220 255
Hex DC DC FF

RGB Percentages for Color #dcdcff

31.65%
31.65%
36.69%

CMYK Percentages of the Color #dcdcff

13.73%
13.73%
CSS Codes for Color #dcdcff
.mybgColor {background-color: #dcdcff;}
.myforeColor {color: #dcdcff;}
.myborderColor {border:3px solid #dcdcff;}
Text Font Color #dcdcff

<p style="color:#dcdcff">Text here</p>

This sample text is styled with the font color #dcdcff. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #dcdcff

<div style="background-color:#dcdcff">Div content here</div>

The background color of this div is #dcdcff
Border Color #dcdcff

<div style="border:3px solid #dcdcff">Div here</div>

The border color of this div is #dcdcff
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(220, 220, 255, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #dcdcff;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #dcdcff;
-webkit-box-shadow: 1px 1px 3px #dcdcff;
box-shadow: 1px 1px 3px #dcdcff;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220, 220, 255, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #dcdcff;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #dcdcff; -webkit-box-shadow: 1px 1px 3px #dcdcff; box-shadow: 1px 1px 3px #dcdcff;">Div content here</div>

This div box has a shadow with a specified color. #dcdcff

Scroll to Top