Shades of Snow Flurry #EAF3D5
Tints of Snow Flurry #EAF3D5
RGB
CMYK
RGB Variations
Color information
#EAF3D5 (or 0xEAF3D5) is known color: Snow Flurry. HEX triplet: EA, F3 and D5. RGB value is (234,243,213). Sum of RGB (Red+Green+Blue) = 234+243+213=690 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.91% from 690); Green value is 243 (95.31% from 255 or 35.22% from 690); Blue value is 213 (83.59% from 255 or 30.87% from 690); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF3D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF3D5 is #150C2A. Grayscale: #EDEDED. Windows color (decimal): -1379371 or 14021610. OLE color: 14021610.
HSL color Cylindrical-coordinate representation of color #EAF3D5: hue angle of 78º degrees, saturation: 0.56, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EAF3D5 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
RGB | 234 | 243 | 213 | - |
CMYK | 0.04 | 0 | 0.12 | 0.05 |
HSL | 78º | 0.56% | 0.89% | - |
HSV(B) | 78º | 0.12% | 0.95% | - |
XYZ | 77.99 | 86.4 | 75.52 | - |
YUV | 236.89 | 114.52 | 125.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 243 | 213 | 0.04 | 0 | 0.12 | 0.05 | 78 | 0.56 | 0.89 |
Hex | EA | F3 | D5 | 4 | 0 | C | 5 | 4E | 38 | 59 |
Octal | 352 | 363 | 325 | 4 | 0 | 14 | 5 | 116 | 70 | 131 |
Binary | 11101010 | 11110011 | 11010101 | 100 | 0 | 1100 | 101 | 1001110 | 111000 | 1011001 |
Color Harmonies of #EAF3D5
Complementary color
Monochromatic Colors of #EAF3D5
Black with #EAF3D5
Text Example
Text Example
White with #EAF3D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF3D5; }
p { color: rgb(234,243,213); }
H1.HeaderClassName
{
color: #EAF3D5;
}
.AnyTagClassName
{
color: #EAF3D5;
}
</style>
background-color css
<style>
a { background-color: #EAF3D5; }
a { background-color: rgb(234,243,213); }
div.DivClassName
{
background-color: #EAF3D5;
}
.BgClassName
{
background-color: #EAF3D5;
}
</style>
border-color css
<style>
span { border-color: #EAF3D5; }
span { border-color: rgb(234,243,213); }
td.TdClassName
{
border-color: #EAF3D5;
}
.TagClassName
{
border-color: #EAF3D5;
}
</style>