Html Css Color HEX #EDF7CA Snow Flurry

📋 copy color: '#EDF7CA'

red 237 ◦ green 247 ◦ blue 202

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

Shades of Snow Flurry #EDF7CA

Tints of Snow Flurry #EDF7CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 29.45%

R = 34.55%
G = 36.01%
B = 29.45%

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

#EDF7CA (or 0xEDF7CA) is known color: Snow Flurry. HEX triplet: ED, F7 and CA. RGB value is (237,247,202). Sum of RGB (Red+Green+Blue) = 237+247+202=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 247 (96.88% from 255 or 36.01% from 686); Blue value is 202 (79.30% from 255 or 29.45% from 686); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF7CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF7CA is #120835. Grayscale: #EFEFEF. Windows color (decimal): -1181750 or 13301741. OLE color: 13301741.

HSL color Cylindrical-coordinate representation of color #EDF7CA: hue angle of 73.33º degrees, saturation: 0.74, 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 #EDF7CA is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 247 202 -
CMYK 0.04 0 0.18 0.03
HSL 73.33º 0.74% 0.88% -
HSV(B) 73.33º 0.18% 0.97% -
XYZ 78.85 88.79 68.86 -
YUV 238.88 107.19 126.66 -
System Red Green Blue C M Y K H S L
Decimal 237 247 202 0.04 0 0.18 0.03 73.33 0.74 0.88
Hex ED F7 CA 4 0 12 3 49 4A 58
Octal 355 367 312 4 0 22 3 111 112 130
Binary 11101101 11110111 11001010 100 0 10010 11 1001001 1001010 1011000

Color Harmonies of #EDF7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF7CA

Black with #EDF7CA

Text Example


Text Example

White with #EDF7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF7CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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