color details

Color Details
#d0ecf0 Color Hex

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

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

Color Spaces
Color spaces of #d0ecf0Value
RGB208, 236, 240
HSL0.52, 0.52, 0.88
HSV188°, 13°, 94°
XYZ71.73, 79.69, 94.02
Base Numbers
Base Red Green Blue
Binary 11010000 11101100 11110000
Octal 320 354 360
Decimal 208 236 240
Hex D0 EC F0

RGB Percentages for Color #d0ecf0

30.41%
34.5%
35.09%

CMYK Percentages of the Color #d0ecf0

13.33%
1.67%
5.88%
CSS Codes for Color #d0ecf0
.mybgColor {background-color: #d0ecf0;}
.myforeColor {color: #d0ecf0;}
.myborderColor {border:3px solid #d0ecf0;}
Text Font Color #d0ecf0

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

This sample text is styled with the font color #d0ecf0. 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 #d0ecf0

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(208, 236, 240, 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 #d0ecf0;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #d0ecf0
Scroll to Top