Html Css Color HEX #EDF8CC Snow Flurry

📋 copy color: '#EDF8CC'

red 237 ◦ green 248 ◦ blue 204

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

Shades of Snow Flurry #EDF8CC

Tints of Snow Flurry #EDF8CC

RGB

 RED value IS 237 (92.97% from 255) = 34.4%

 GREEN value IS 248 (97.27% from 255) = 35.99%

 BLUE value IS 204 (80.08% from 255) = 29.61%

R = 34.4%
G = 35.99%
B = 29.61%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#EDF8CC (or 0xEDF8CC) is known color: Snow Flurry. HEX triplet: ED, F8 and CC. RGB value is (237,248,204). Sum of RGB (Red+Green+Blue) = 237+248+204=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 248 (97.27% from 255 or 35.99% from 689); Blue value is 204 (80.08% from 255 or 29.61% from 689); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF8CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF8CC is #120733. Grayscale: #EFEFEF. Windows color (decimal): -1181492 or 13433069. OLE color: 13433069.

HSL color Cylindrical-coordinate representation of color #EDF8CC: hue angle of 75º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EDF8CC is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 248 204 -
CMYK 0.04 0 0.18 0.03
HSL 75º 0.76% 0.89% -
HSV(B) 75º 0.18% 0.97% -
XYZ 79.39 89.5 70.22 -
YUV 239.7 107.86 126.08 -
System Red Green Blue C M Y K H S L
Decimal 237 248 204 0.04 0 0.18 0.03 75 0.76 0.89
Hex ED F8 CC 4 0 12 3 4B 4C 59
Octal 355 370 314 4 0 22 3 113 114 131
Binary 11101101 11111000 11001100 100 0 10010 11 1001011 1001100 1011001

Color Harmonies of #EDF8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF8CC

Black with #EDF8CC

Text Example


Text Example

White with #EDF8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF8CC; }

 p { color: rgb(237,248,204); }

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

background-color css

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

 a { background-color: rgb(237,248,204); }

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

border-color css

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

 span { border-color: rgb(237,248,204); }

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