Html Css Color HEX #EDFBCF Snow Flurry

📋 copy color: '#EDFBCF'

red 237 ◦ green 251 ◦ blue 207

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

Shades of Snow Flurry #EDFBCF

Tints of Snow Flurry #EDFBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 29.78%

R = 34.1%
G = 36.12%
B = 29.78%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#EDFBCF (or 0xEDFBCF) is known color: Snow Flurry. HEX triplet: ED, FB and CF. RGB value is (237,251,207). Sum of RGB (Red+Green+Blue) = 237+251+207=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 251 (98.44% from 255 or 36.12% from 695); Blue value is 207 (81.25% from 255 or 29.78% from 695); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFBCF is #120430. Grayscale: #F1F1F1. Windows color (decimal): -1180721 or 13630445. OLE color: 13630445.

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

Color convert

RGB 237 251 207 -
CMYK 0.06 0 0.18 0.02
HSL 79.09º 0.85% 0.9% -
HSV(B) 79.09º 0.18% 0.98% -
XYZ 80.68 91.5 72.44 -
YUV 241.8 108.36 124.58 -
System Red Green Blue C M Y K H S L
Decimal 237 251 207 0.06 0 0.18 0.02 79.09 0.85 0.9
Hex ED FB CF 6 0 12 2 4F 55 5A
Octal 355 373 317 6 0 22 2 117 125 132
Binary 11101101 11111011 11001111 110 0 10010 10 1001111 1010101 1011010

Color Harmonies of #EDFBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFBCF

Black with #EDFBCF

Text Example


Text Example

White with #EDFBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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