Html Css Color HEX #EDF7CB Snow Flurry

📋 copy color: '#EDF7CB'

red 237 ◦ green 247 ◦ blue 203

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

Shades of Snow Flurry #EDF7CB

Tints of Snow Flurry #EDF7CB

RGB

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

 GREEN value IS 247 (96.88% from 255) = 35.95%

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

R = 34.5%
G = 35.95%
B = 29.55%

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

#EDF7CB (or 0xEDF7CB) is known color: Snow Flurry. HEX triplet: ED, F7 and CB. RGB value is (237,247,203). Sum of RGB (Red+Green+Blue) = 237+247+203=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 247 (96.88% from 255 or 35.95% from 687); Blue value is 203 (79.69% from 255 or 29.55% from 687); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF7CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF7CB is #120834. Grayscale: #EFEFEF. Windows color (decimal): -1181749 or 13367277. OLE color: 13367277.

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

Color convert

RGB 237 247 203 -
CMYK 0.04 0 0.18 0.03
HSL 73.64º 0.73% 0.88% -
HSV(B) 73.64º 0.18% 0.97% -
XYZ 78.97 88.84 69.49 -
YUV 238.99 107.69 126.58 -
System Red Green Blue C M Y K H S L
Decimal 237 247 203 0.04 0 0.18 0.03 73.64 0.73 0.88
Hex ED F7 CB 4 0 12 3 4A 49 58
Octal 355 367 313 4 0 22 3 112 111 130
Binary 11101101 11110111 11001011 100 0 10010 11 1001010 1001001 1011000

Color Harmonies of #EDF7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF7CB

Black with #EDF7CB

Text Example


Text Example

White with #EDF7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF7CB; }

 p { color: rgb(237,247,203); }

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

background-color css

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

 a { background-color: rgb(237,247,203); }

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

border-color css

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

 span { border-color: rgb(237,247,203); }

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