Shades of Reef #D6E8B3
Tints of Reef #D6E8B3
RGB
CMYK
RGB Variations
Color information
#D6E8B3 (or 0xD6E8B3) is known color: Reef. HEX triplet: D6, E8 and B3. RGB value is (214,232,179). Sum of RGB (Red+Green+Blue) = 214+232+179=625 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.24% from 625); Green value is 232 (91.02% from 255 or 37.12% from 625); Blue value is 179 (70.31% from 255 or 28.64% from 625); Max value from RGB is 232 - color contains mainly: green. Hex color #D6E8B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6E8B3 is #29174C. Grayscale: #DCDCDC. Windows color (decimal): -2692941 or 11790550. OLE color: 11790550.
HSL color Cylindrical-coordinate representation of color #D6E8B3: hue angle of 80.38º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6E8B3 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 232 | 179 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.09 |
| HSL | 80.38º | 0.54% | 0.81% | - |
| HSV(B) | 80.38º | 0.23% | 0.91% | - |
| XYZ | 64.72 | 75.26 | 53.76 | - |
| YUV | 220.58 | 104.54 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 232 | 179 | 0.08 | 0 | 0.23 | 0.09 | 80.38 | 0.54 | 0.81 |
| Hex | D6 | E8 | B3 | 8 | 0 | 17 | 9 | 50 | 36 | 51 |
| Octal | 326 | 350 | 263 | 10 | 0 | 27 | 11 | 120 | 66 | 121 |
| Binary | 11010110 | 11101000 | 10110011 | 1000 | 0 | 10111 | 1001 | 1010000 | 110110 | 1010001 |
Color Harmonies of #D6E8B3
Complementary color
Monochromatic Colors of #D6E8B3
Black with #D6E8B3
Text Example
Text Example
White with #D6E8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E8B3; }
p { color: rgb(214,232,179); }
H1.HeaderClassName
{
color: #D6E8B3;
}
.AnyTagClassName
{
color: #D6E8B3;
}
</style>
background-color css
<style>
a { background-color: #D6E8B3; }
a { background-color: rgb(214,232,179); }
div.DivClassName
{
background-color: #D6E8B3;
}
.BgClassName
{
background-color: #D6E8B3;
}
</style>
border-color css
<style>
span { border-color: #D6E8B3; }
span { border-color: rgb(214,232,179); }
td.TdClassName
{
border-color: #D6E8B3;
}
.TagClassName
{
border-color: #D6E8B3;
}
</style>