Shades of Reef #D1ECB2
Tints of Reef #D1ECB2
RGB
CMYK
RGB Variations
Color information
#D1ECB2 (or 0xD1ECB2) is known color: Reef. HEX triplet: D1, EC and B2. RGB value is (209,236,178). Sum of RGB (Red+Green+Blue) = 209+236+178=623 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.55% from 623); Green value is 236 (92.58% from 255 or 37.88% from 623); Blue value is 178 (69.92% from 255 or 28.57% from 623); Max value from RGB is 236 - color contains mainly: green. Hex color #D1ECB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1ECB2 is #2E134D. Grayscale: #DDDDDD. Windows color (decimal): -3019598 or 11726033. OLE color: 11726033.
HSL color Cylindrical-coordinate representation of color #D1ECB2: hue angle of 87.93º degrees, saturation: 0.6, 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 #D1ECB2 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 236 | 178 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.07 |
| HSL | 87.93º | 0.6% | 0.81% | - |
| HSV(B) | 87.93º | 0.25% | 0.93% | - |
| XYZ | 64.33 | 76.76 | 53.55 | - |
| YUV | 221.32 | 103.55 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 236 | 178 | 0.11 | 0 | 0.25 | 0.07 | 87.93 | 0.6 | 0.81 |
| Hex | D1 | EC | B2 | B | 0 | 19 | 7 | 58 | 3C | 51 |
| Octal | 321 | 354 | 262 | 13 | 0 | 31 | 7 | 130 | 74 | 121 |
| Binary | 11010001 | 11101100 | 10110010 | 1011 | 0 | 11001 | 111 | 1011000 | 111100 | 1010001 |
Color Harmonies of #D1ECB2
Complementary color
Monochromatic Colors of #D1ECB2
Black with #D1ECB2
Text Example
Text Example
White with #D1ECB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ECB2; }
p { color: rgb(209,236,178); }
H1.HeaderClassName
{
color: #D1ECB2;
}
.AnyTagClassName
{
color: #D1ECB2;
}
</style>
background-color css
<style>
a { background-color: #D1ECB2; }
a { background-color: rgb(209,236,178); }
div.DivClassName
{
background-color: #D1ECB2;
}
.BgClassName
{
background-color: #D1ECB2;
}
</style>
border-color css
<style>
span { border-color: #D1ECB2; }
span { border-color: rgb(209,236,178); }
td.TdClassName
{
border-color: #D1ECB2;
}
.TagClassName
{
border-color: #D1ECB2;
}
</style>