Shades of Panache #EAF8DD
Tints of Panache #EAF8DD
RGB
CMYK
RGB Variations
Color information
#EAF8DD (or 0xEAF8DD) is known color: Panache. HEX triplet: EA, F8 and DD. RGB value is (234,248,221). Sum of RGB (Red+Green+Blue) = 234+248+221=703 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.29% from 703); Green value is 248 (97.27% from 255 or 35.28% from 703); Blue value is 221 (86.72% from 255 or 31.44% from 703); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF8DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF8DD is #150722. Grayscale: #F0F0F0. Windows color (decimal): -1378083 or 14547178. OLE color: 14547178.
HSL color Cylindrical-coordinate representation of color #EAF8DD: hue angle of 91.11º degrees, saturation: 0.66, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EAF8DD is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
RGB | 234 | 248 | 221 | - |
CMYK | 0.06 | 0 | 0.11 | 0.03 |
HSL | 91.11º | 0.66% | 0.92% | - |
HSV(B) | 91.11º | 0.11% | 0.97% | - |
XYZ | 80.55 | 89.85 | 81.5 | - |
YUV | 240.74 | 116.86 | 123.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 248 | 221 | 0.06 | 0 | 0.11 | 0.03 | 91.11 | 0.66 | 0.92 |
Hex | EA | F8 | DD | 6 | 0 | B | 3 | 5B | 42 | 5C |
Octal | 352 | 370 | 335 | 6 | 0 | 13 | 3 | 133 | 102 | 134 |
Binary | 11101010 | 11111000 | 11011101 | 110 | 0 | 1011 | 11 | 1011011 | 1000010 | 1011100 |
Color Harmonies of #EAF8DD
Complementary color
Monochromatic Colors of #EAF8DD
Black with #EAF8DD
Text Example
Text Example
White with #EAF8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF8DD; }
p { color: rgb(234,248,221); }
H1.HeaderClassName
{
color: #EAF8DD;
}
.AnyTagClassName
{
color: #EAF8DD;
}
</style>
background-color css
<style>
a { background-color: #EAF8DD; }
a { background-color: rgb(234,248,221); }
div.DivClassName
{
background-color: #EAF8DD;
}
.BgClassName
{
background-color: #EAF8DD;
}
</style>
border-color css
<style>
span { border-color: #EAF8DD; }
span { border-color: rgb(234,248,221); }
td.TdClassName
{
border-color: #EAF8DD;
}
.TagClassName
{
border-color: #EAF8DD;
}
</style>