Shades of Reef #D6EBB2
Tints of Reef #D6EBB2
RGB
CMYK
RGB Variations
Color information
#D6EBB2 (or 0xD6EBB2) is known color: Reef. HEX triplet: D6, EB and B2. RGB value is (214,235,178). Sum of RGB (Red+Green+Blue) = 214+235+178=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 235 (92.19% from 255 or 37.48% from 627); Blue value is 178 (69.92% from 255 or 28.39% from 627); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EBB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EBB2 is #29144D. Grayscale: #DEDEDE. Windows color (decimal): -2692174 or 11725782. OLE color: 11725782.
HSL color Cylindrical-coordinate representation of color #D6EBB2: hue angle of 82.11º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6EBB2 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 235 | 178 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.08 |
| HSL | 82.11º | 0.59% | 0.81% | - |
| HSV(B) | 82.11º | 0.24% | 0.92% | - |
| XYZ | 65.48 | 76.93 | 53.52 | - |
| YUV | 222.22 | 103.04 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 235 | 178 | 0.09 | 0 | 0.24 | 0.08 | 82.11 | 0.59 | 0.81 |
| Hex | D6 | EB | B2 | 9 | 0 | 18 | 8 | 52 | 3B | 51 |
| Octal | 326 | 353 | 262 | 11 | 0 | 30 | 10 | 122 | 73 | 121 |
| Binary | 11010110 | 11101011 | 10110010 | 1001 | 0 | 11000 | 1000 | 1010010 | 111011 | 1010001 |
Color Harmonies of #D6EBB2
Complementary color
Monochromatic Colors of #D6EBB2
Black with #D6EBB2
Text Example
Text Example
White with #D6EBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EBB2; }
p { color: rgb(214,235,178); }
H1.HeaderClassName
{
color: #D6EBB2;
}
.AnyTagClassName
{
color: #D6EBB2;
}
</style>
background-color css
<style>
a { background-color: #D6EBB2; }
a { background-color: rgb(214,235,178); }
div.DivClassName
{
background-color: #D6EBB2;
}
.BgClassName
{
background-color: #D6EBB2;
}
</style>
border-color css
<style>
span { border-color: #D6EBB2; }
span { border-color: rgb(214,235,178); }
td.TdClassName
{
border-color: #D6EBB2;
}
.TagClassName
{
border-color: #D6EBB2;
}
</style>