Html Css Color HEX #EDF9CC Snow Flurry

📋 copy color: '#EDF9CC'

red 237 ◦ green 249 ◦ blue 204

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

Shades of Snow Flurry #EDF9CC

Tints of Snow Flurry #EDF9CC

RGB

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

 GREEN value IS 249 (97.66% from 255) = 36.09%

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

R = 34.35%
G = 36.09%
B = 29.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#EDF9CC (or 0xEDF9CC) is known color: Snow Flurry. HEX triplet: ED, F9 and CC. RGB value is (237,249,204). Sum of RGB (Red+Green+Blue) = 237+249+204=690 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.35% from 690); Green value is 249 (97.66% from 255 or 36.09% from 690); Blue value is 204 (80.08% from 255 or 29.57% from 690); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF9CC is #120633. Grayscale: #F0F0F0. Windows color (decimal): -1181236 or 13433325. OLE color: 13433325.

HSL color Cylindrical-coordinate representation of color #EDF9CC: hue angle of 76º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EDF9CC is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 249 204 -
CMYK 0.05 0 0.18 0.02
HSL 76º 0.79% 0.89% -
HSV(B) 76º 0.18% 0.98% -
XYZ 79.7 90.12 70.32 -
YUV 240.28 107.52 125.66 -
System Red Green Blue C M Y K H S L
Decimal 237 249 204 0.05 0 0.18 0.02 76 0.79 0.89
Hex ED F9 CC 5 0 12 2 4C 4F 59
Octal 355 371 314 5 0 22 2 114 117 131
Binary 11101101 11111001 11001100 101 0 10010 10 1001100 1001111 1011001

Color Harmonies of #EDF9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF9CC

Black with #EDF9CC

Text Example


Text Example

White with #EDF9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF9CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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