Shades of Reef #D9ECB4
Tints of Reef #D9ECB4
RGB
CMYK
RGB Variations
Color information
#D9ECB4 (or 0xD9ECB4) is known color: Reef. HEX triplet: D9, EC and B4. RGB value is (217,236,180). Sum of RGB (Red+Green+Blue) = 217+236+180=633 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.28% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 180 (70.70% from 255 or 28.44% from 633); Max value from RGB is 236 - color contains mainly: green. Hex color #D9ECB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9ECB4 is #26134B. Grayscale: #E0E0E0. Windows color (decimal): -2495308 or 11857113. OLE color: 11857113.
HSL color Cylindrical-coordinate representation of color #D9ECB4: hue angle of 80.36º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9ECB4 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 236 | 180 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.07 |
| HSL | 80.36º | 0.6% | 0.82% | - |
| HSV(B) | 80.36º | 0.24% | 0.93% | - |
| XYZ | 66.85 | 78.04 | 54.72 | - |
| YUV | 223.94 | 103.21 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 236 | 180 | 0.08 | 0 | 0.24 | 0.07 | 80.36 | 0.6 | 0.82 |
| Hex | D9 | EC | B4 | 8 | 0 | 18 | 7 | 50 | 3C | 52 |
| Octal | 331 | 354 | 264 | 10 | 0 | 30 | 7 | 120 | 74 | 122 |
| Binary | 11011001 | 11101100 | 10110100 | 1000 | 0 | 11000 | 111 | 1010000 | 111100 | 1010010 |
Color Harmonies of #D9ECB4
Complementary color
Monochromatic Colors of #D9ECB4
Black with #D9ECB4
Text Example
Text Example
White with #D9ECB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ECB4; }
p { color: rgb(217,236,180); }
H1.HeaderClassName
{
color: #D9ECB4;
}
.AnyTagClassName
{
color: #D9ECB4;
}
</style>
background-color css
<style>
a { background-color: #D9ECB4; }
a { background-color: rgb(217,236,180); }
div.DivClassName
{
background-color: #D9ECB4;
}
.BgClassName
{
background-color: #D9ECB4;
}
</style>
border-color css
<style>
span { border-color: #D9ECB4; }
span { border-color: rgb(217,236,180); }
td.TdClassName
{
border-color: #D9ECB4;
}
.TagClassName
{
border-color: #D9ECB4;
}
</style>