Shades of Reef #D1DEA4
Tints of Reef #D1DEA4
RGB
CMYK
RGB Variations
Color information
#D1DEA4 (or 0xD1DEA4) is known color: Reef. HEX triplet: D1, DE and A4. RGB value is (209,222,164). Sum of RGB (Red+Green+Blue) = 209+222+164=595 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.13% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 164 (64.45% from 255 or 27.56% from 595); Max value from RGB is 222 - color contains mainly: green. Hex color #D1DEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DEA4 is #2E215B. Grayscale: #D3D3D3. Windows color (decimal): -3023196 or 10804945. OLE color: 10804945.
HSL color Cylindrical-coordinate representation of color #D1DEA4: hue angle of 73.45º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D1DEA4 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 222 | 164 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.13 |
| HSL | 73.45º | 0.47% | 0.76% | - |
| HSV(B) | 73.45º | 0.26% | 0.87% | - |
| XYZ | 59.12 | 68.48 | 45.22 | - |
| YUV | 211.5 | 101.19 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 222 | 164 | 0.06 | 0 | 0.26 | 0.13 | 73.45 | 0.47 | 0.76 |
| Hex | D1 | DE | A4 | 6 | 0 | 1A | D | 49 | 2F | 4C |
| Octal | 321 | 336 | 244 | 6 | 0 | 32 | 15 | 111 | 57 | 114 |
| Binary | 11010001 | 11011110 | 10100100 | 110 | 0 | 11010 | 1101 | 1001001 | 101111 | 1001100 |
Color Harmonies of #D1DEA4
Complementary color
Monochromatic Colors of #D1DEA4
Black with #D1DEA4
Text Example
Text Example
White with #D1DEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DEA4; }
p { color: rgb(209,222,164); }
H1.HeaderClassName
{
color: #D1DEA4;
}
.AnyTagClassName
{
color: #D1DEA4;
}
</style>
background-color css
<style>
a { background-color: #D1DEA4; }
a { background-color: rgb(209,222,164); }
div.DivClassName
{
background-color: #D1DEA4;
}
.BgClassName
{
background-color: #D1DEA4;
}
</style>
border-color css
<style>
span { border-color: #D1DEA4; }
span { border-color: rgb(209,222,164); }
td.TdClassName
{
border-color: #D1DEA4;
}
.TagClassName
{
border-color: #D1DEA4;
}
</style>