Shades of Reef #D3EDB2
Tints of Reef #D3EDB2
RGB
CMYK
RGB Variations
Color information
#D3EDB2 (or 0xD3EDB2) is known color: Reef. HEX triplet: D3, ED and B2. RGB value is (211,237,178). Sum of RGB (Red+Green+Blue) = 211+237+178=626 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.71% from 626); Green value is 237 (92.97% from 255 or 37.86% from 626); Blue value is 178 (69.92% from 255 or 28.43% from 626); Max value from RGB is 237 - color contains mainly: green. Hex color #D3EDB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3EDB2 is #2C124D. Grayscale: #DEDEDE. Windows color (decimal): -2888270 or 11726291. OLE color: 11726291.
HSL color Cylindrical-coordinate representation of color #D3EDB2: hue angle of 86.44º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D3EDB2 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 237 | 178 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.07 |
| HSL | 86.44º | 0.62% | 0.81% | - |
| HSV(B) | 86.44º | 0.25% | 0.93% | - |
| XYZ | 65.18 | 77.63 | 53.67 | - |
| YUV | 222.5 | 102.89 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 237 | 178 | 0.11 | 0 | 0.25 | 0.07 | 86.44 | 0.62 | 0.81 |
| Hex | D3 | ED | B2 | B | 0 | 19 | 7 | 56 | 3E | 51 |
| Octal | 323 | 355 | 262 | 13 | 0 | 31 | 7 | 126 | 76 | 121 |
| Binary | 11010011 | 11101101 | 10110010 | 1011 | 0 | 11001 | 111 | 1010110 | 111110 | 1010001 |
Color Harmonies of #D3EDB2
Complementary color
Monochromatic Colors of #D3EDB2
Black with #D3EDB2
Text Example
Text Example
White with #D3EDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EDB2; }
p { color: rgb(211,237,178); }
H1.HeaderClassName
{
color: #D3EDB2;
}
.AnyTagClassName
{
color: #D3EDB2;
}
</style>
background-color css
<style>
a { background-color: #D3EDB2; }
a { background-color: rgb(211,237,178); }
div.DivClassName
{
background-color: #D3EDB2;
}
.BgClassName
{
background-color: #D3EDB2;
}
</style>
border-color css
<style>
span { border-color: #D3EDB2; }
span { border-color: rgb(211,237,178); }
td.TdClassName
{
border-color: #D3EDB2;
}
.TagClassName
{
border-color: #D3EDB2;
}
</style>