Shades of Reef #D6E6B4
Tints of Reef #D6E6B4
RGB
CMYK
RGB Variations
Color information
#D6E6B4 (or 0xD6E6B4) is known color: Reef. HEX triplet: D6, E6 and B4. RGB value is (214,230,180). Sum of RGB (Red+Green+Blue) = 214+230+180=624 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.29% from 624); Green value is 230 (90.23% from 255 or 36.86% from 624); Blue value is 180 (70.70% from 255 or 28.85% from 624); Max value from RGB is 230 - color contains mainly: green. Hex color #D6E6B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6E6B4 is #29194B. Grayscale: #DBDBDB. Windows color (decimal): -2693452 or 11855574. OLE color: 11855574.
HSL color Cylindrical-coordinate representation of color #D6E6B4: hue angle of 79.2º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6E6B4 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 230 | 180 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.10 |
| HSL | 79.2º | 0.5% | 0.8% | - |
| HSV(B) | 79.2º | 0.22% | 0.9% | - |
| XYZ | 64.27 | 74.19 | 54.11 | - |
| YUV | 219.52 | 105.7 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 230 | 180 | 0.07 | 0 | 0.22 | 0.10 | 79.2 | 0.5 | 0.8 |
| Hex | D6 | E6 | B4 | 7 | 0 | 16 | A | 4F | 32 | 50 |
| Octal | 326 | 346 | 264 | 7 | 0 | 26 | 12 | 117 | 62 | 120 |
| Binary | 11010110 | 11100110 | 10110100 | 111 | 0 | 10110 | 1010 | 1001111 | 110010 | 1010000 |
Color Harmonies of #D6E6B4
Complementary color
Monochromatic Colors of #D6E6B4
Black with #D6E6B4
Text Example
Text Example
White with #D6E6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E6B4; }
p { color: rgb(214,230,180); }
H1.HeaderClassName
{
color: #D6E6B4;
}
.AnyTagClassName
{
color: #D6E6B4;
}
</style>
background-color css
<style>
a { background-color: #D6E6B4; }
a { background-color: rgb(214,230,180); }
div.DivClassName
{
background-color: #D6E6B4;
}
.BgClassName
{
background-color: #D6E6B4;
}
</style>
border-color css
<style>
span { border-color: #D6E6B4; }
span { border-color: rgb(214,230,180); }
td.TdClassName
{
border-color: #D6E6B4;
}
.TagClassName
{
border-color: #D6E6B4;
}
</style>