Html Css Color HEX #EDFDCE Snow Flurry

📋 copy color: '#EDFDCE'

red 237 ◦ green 253 ◦ blue 206

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

Shades of Snow Flurry #EDFDCE

Tints of Snow Flurry #EDFDCE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 36.35%

 BLUE value IS 206 (80.86% from 255) = 29.6%

R = 34.05%
G = 36.35%
B = 29.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#EDFDCE (or 0xEDFDCE) is known color: Snow Flurry. HEX triplet: ED, FD and CE. RGB value is (237,253,206). Sum of RGB (Red+Green+Blue) = 237+253+206=696 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.05% from 696); Green value is 253 (99.22% from 255 or 36.35% from 696); Blue value is 206 (80.86% from 255 or 29.60% from 696); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDCE is #120231. Grayscale: #F3F3F3. Windows color (decimal): -1180210 or 13565421. OLE color: 13565421.

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

Color convert

RGB 237 253 206 -
CMYK 0.06 0 0.19 0.01
HSL 80.43º 0.92% 0.9% -
HSV(B) 80.43º 0.19% 0.99% -
XYZ 81.19 92.71 72.01 -
YUV 242.86 107.2 123.82 -
System Red Green Blue C M Y K H S L
Decimal 237 253 206 0.06 0 0.19 0.01 80.43 0.92 0.9
Hex ED FD CE 6 0 13 1 50 5C 5A
Octal 355 375 316 6 0 23 1 120 134 132
Binary 11101101 11111101 11001110 110 0 10011 1 1010000 1011100 1011010

Color Harmonies of #EDFDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFDCE

Black with #EDFDCE

Text Example


Text Example

White with #EDFDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFDCE; }

 p { color: rgb(237,253,206); }

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

background-color css

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

 a { background-color: rgb(237,253,206); }

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

border-color css

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

 span { border-color: rgb(237,253,206); }

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