Html Css Color HEX #EDFBCA Snow Flurry

📋 copy color: '#EDFBCA'

red 237 ◦ green 251 ◦ blue 202

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

Shades of Snow Flurry #EDFBCA

Tints of Snow Flurry #EDFBCA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 36.38%

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

R = 34.35%
G = 36.38%
B = 29.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#EDFBCA (or 0xEDFBCA) is known color: Snow Flurry. HEX triplet: ED, FB and CA. RGB value is (237,251,202). Sum of RGB (Red+Green+Blue) = 237+251+202=690 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.35% from 690); Green value is 251 (98.44% from 255 or 36.38% from 690); Blue value is 202 (79.30% from 255 or 29.28% from 690); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFBCA is #120435. Grayscale: #F1F1F1. Windows color (decimal): -1180726 or 13302765. OLE color: 13302765.

HSL color Cylindrical-coordinate representation of color #EDFBCA: hue angle of 77.14º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDFBCA is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 251 202 -
CMYK 0.06 0 0.20 0.02
HSL 77.14º 0.86% 0.89% -
HSV(B) 77.14º 0.2% 0.98% -
XYZ 80.08 91.26 69.27 -
YUV 241.23 105.86 124.98 -
System Red Green Blue C M Y K H S L
Decimal 237 251 202 0.06 0 0.20 0.02 77.14 0.86 0.89
Hex ED FB CA 6 0 14 2 4D 56 59
Octal 355 373 312 6 0 24 2 115 126 131
Binary 11101101 11111011 11001010 110 0 10100 10 1001101 1010110 1011001

Color Harmonies of #EDFBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFBCA

Black with #EDFBCA

Text Example


Text Example

White with #EDFBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFBCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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