Shades of Reef #D4EAAC
Tints of Reef #D4EAAC
RGB
CMYK
RGB Variations
Color information
#D4EAAC (or 0xD4EAAC) is known color: Reef. HEX triplet: D4, EA and AC. RGB value is (212,234,172). Sum of RGB (Red+Green+Blue) = 212+234+172=618 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.30% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 172 (67.58% from 255 or 27.83% from 618); Max value from RGB is 234 - color contains mainly: green. Hex color #D4EAAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EAAC is #2B1553. Grayscale: #DCDCDC. Windows color (decimal): -2823508 or 11332308. OLE color: 11332308.
HSL color Cylindrical-coordinate representation of color #D4EAAC: hue angle of 81.29º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D4EAAC is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
RGB | 212 | 234 | 172 | - |
CMYK | 0.09 | 0 | 0.26 | 0.08 |
HSL | 81.29º | 0.6% | 0.8% | - |
HSV(B) | 81.29º | 0.26% | 0.92% | - |
XYZ | 64.02 | 75.82 | 50.29 | - |
YUV | 220.35 | 100.71 | 122.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 234 | 172 | 0.09 | 0 | 0.26 | 0.08 | 81.29 | 0.6 | 0.8 |
Hex | D4 | EA | AC | 9 | 0 | 1A | 8 | 51 | 3C | 50 |
Octal | 324 | 352 | 254 | 11 | 0 | 32 | 10 | 121 | 74 | 120 |
Binary | 11010100 | 11101010 | 10101100 | 1001 | 0 | 11010 | 1000 | 1010001 | 111100 | 1010000 |
Color Harmonies of #D4EAAC
Complementary color
Monochromatic Colors of #D4EAAC
Black with #D4EAAC
Text Example
Text Example
White with #D4EAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EAAC; }
p { color: rgb(212,234,172); }
H1.HeaderClassName
{
color: #D4EAAC;
}
.AnyTagClassName
{
color: #D4EAAC;
}
</style>
background-color css
<style>
a { background-color: #D4EAAC; }
a { background-color: rgb(212,234,172); }
div.DivClassName
{
background-color: #D4EAAC;
}
.BgClassName
{
background-color: #D4EAAC;
}
</style>
border-color css
<style>
span { border-color: #D4EAAC; }
span { border-color: rgb(212,234,172); }
td.TdClassName
{
border-color: #D4EAAC;
}
.TagClassName
{
border-color: #D4EAAC;
}
</style>