Html Css Color HEX #EAF6CB Snow Flurry

📋 copy color: '#EAF6CB'

red 234 ◦ green 246 ◦ blue 203

#EAF6CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Snow Flurry #EAF6CB

Tints of Snow Flurry #EAF6CB

RGB

 RED value IS 234 (91.8% from 255) = 34.26%

 GREEN value IS 246 (96.48% from 255) = 36.02%

 BLUE value IS 203 (79.69% from 255) = 29.72%

R = 34.26%
G = 36.02%
B = 29.72%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EAF6CB (or 0xEAF6CB) is known color: Snow Flurry. HEX triplet: EA, F6 and CB. RGB value is (234,246,203). Sum of RGB (Red+Green+Blue) = 234+246+203=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 246 (96.48% from 255 or 36.02% from 683); Blue value is 203 (79.69% from 255 or 29.72% from 683); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF6CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF6CB is #150934. Grayscale: #EDEDED. Windows color (decimal): -1378613 or 13367018. OLE color: 13367018.

HSL color Cylindrical-coordinate representation of color #EAF6CB: hue angle of 76.74º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EAF6CB is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 246 203 -
CMYK 0.05 0 0.17 0.04
HSL 76.74º 0.7% 0.88% -
HSV(B) 76.74º 0.17% 0.96% -
XYZ 77.67 87.72 69.34 -
YUV 237.51 108.52 125.5 -
System Red Green Blue C M Y K H S L
Decimal 234 246 203 0.05 0 0.17 0.04 76.74 0.7 0.88
Hex EA F6 CB 5 0 11 4 4D 46 58
Octal 352 366 313 5 0 21 4 115 106 130
Binary 11101010 11110110 11001011 101 0 10001 100 1001101 1000110 1011000

Color Harmonies of #EAF6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF6CB

Black with #EAF6CB

Text Example


Text Example

White with #EAF6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF6CB; }

 p { color: rgb(234,246,203); }

 H1.HeaderClassName
 {
   color: #EAF6CB;
 }
 .AnyTagClassName
 {
   color: #EAF6CB;
 }
</style>

background-color css

<style>
 a { background-color: #EAF6CB; }

 a { background-color: rgb(234,246,203); }

 div.DivClassName
 {
   background-color: #EAF6CB;
 }
 .BgClassName
 {
   background-color: #EAF6CB;
 }
</style>

border-color css

<style>
 span { border-color: #EAF6CB; }

 span { border-color: rgb(234,246,203); }

 td.TdClassName
 {
   border-color: #EAF6CB;
 }
 .TagClassName
 {
   border-color: #EAF6CB;
 }
</style>