Shades of Reef #D6EBB3
Tints of Reef #D6EBB3
RGB
CMYK
RGB Variations
Color information
#D6EBB3 (or 0xD6EBB3) is known color: Reef. HEX triplet: D6, EB and B3. RGB value is (214,235,179). Sum of RGB (Red+Green+Blue) = 214+235+179=628 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.08% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 179 (70.31% from 255 or 28.50% from 628); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EBB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EBB3 is #29144C. Grayscale: #DEDEDE. Windows color (decimal): -2692173 or 11791318. OLE color: 11791318.
HSL color Cylindrical-coordinate representation of color #D6EBB3: hue angle of 82.5º degrees, saturation: 0.58, 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 #D6EBB3 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 235 | 179 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.08 |
| HSL | 82.5º | 0.58% | 0.81% | - |
| HSV(B) | 82.5º | 0.24% | 0.92% | - |
| XYZ | 65.58 | 76.97 | 54.05 | - |
| YUV | 222.34 | 103.54 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 235 | 179 | 0.09 | 0 | 0.24 | 0.08 | 82.5 | 0.58 | 0.81 |
| Hex | D6 | EB | B3 | 9 | 0 | 18 | 8 | 52 | 3A | 51 |
| Octal | 326 | 353 | 263 | 11 | 0 | 30 | 10 | 122 | 72 | 121 |
| Binary | 11010110 | 11101011 | 10110011 | 1001 | 0 | 11000 | 1000 | 1010010 | 111010 | 1010001 |
Color Harmonies of #D6EBB3
Complementary color
Monochromatic Colors of #D6EBB3
Black with #D6EBB3
Text Example
Text Example
White with #D6EBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EBB3; }
p { color: rgb(214,235,179); }
H1.HeaderClassName
{
color: #D6EBB3;
}
.AnyTagClassName
{
color: #D6EBB3;
}
</style>
background-color css
<style>
a { background-color: #D6EBB3; }
a { background-color: rgb(214,235,179); }
div.DivClassName
{
background-color: #D6EBB3;
}
.BgClassName
{
background-color: #D6EBB3;
}
</style>
border-color css
<style>
span { border-color: #D6EBB3; }
span { border-color: rgb(214,235,179); }
td.TdClassName
{
border-color: #D6EBB3;
}
.TagClassName
{
border-color: #D6EBB3;
}
</style>