Html Css Color HEX #EDFCBD Snow Flurry

📋 copy color: '#EDFCBD'

red 237 ◦ green 252 ◦ blue 189

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

Shades of Snow Flurry #EDFCBD

Tints of Snow Flurry #EDFCBD

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.17%

 BLUE value IS 189 (74.22% from 255) = 27.88%

R = 34.96%
G = 37.17%
B = 27.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#EDFCBD (or 0xEDFCBD) is known color: Snow Flurry. HEX triplet: ED, FC and BD. RGB value is (237,252,189). Sum of RGB (Red+Green+Blue) = 237+252+189=678 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.96% from 678); Green value is 252 (98.83% from 255 or 37.17% from 678); Blue value is 189 (74.22% from 255 or 27.88% from 678); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCBD is #120342. Grayscale: #F0F0F0. Windows color (decimal): -1180483 or 12451053. OLE color: 12451053.

HSL color Cylindrical-coordinate representation of color #EDFCBD: hue angle of 74.29º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDFCBD is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 252 189 -
CMYK 0.06 0 0.25 0.01
HSL 74.29º 0.91% 0.86% -
HSV(B) 74.29º 0.25% 0.99% -
XYZ 78.92 91.3 61.61 -
YUV 240.33 99.03 125.62 -
System Red Green Blue C M Y K H S L
Decimal 237 252 189 0.06 0 0.25 0.01 74.29 0.91 0.86
Hex ED FC BD 6 0 19 1 4A 5B 56
Octal 355 374 275 6 0 31 1 112 133 126
Binary 11101101 11111100 10111101 110 0 11001 1 1001010 1011011 1010110

Color Harmonies of #EDFCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFCBD

Black with #EDFCBD

Text Example


Text Example

White with #EDFCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFCBD; }

 p { color: rgb(237,252,189); }

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

background-color css

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

 a { background-color: rgb(237,252,189); }

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

border-color css

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

 span { border-color: rgb(237,252,189); }

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