Html Css Color HEX #EDFDCC Snow Flurry

📋 copy color: '#EDFDCC'

red 237 ◦ green 253 ◦ blue 204

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

Shades of Snow Flurry #EDFDCC

Tints of Snow Flurry #EDFDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 29.39%

R = 34.15%
G = 36.46%
B = 29.39%

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

#EDFDCC (or 0xEDFDCC) is known color: Snow Flurry. HEX triplet: ED, FD and CC. RGB value is (237,253,204). Sum of RGB (Red+Green+Blue) = 237+253+204=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 253 (99.22% from 255 or 36.46% from 694); Blue value is 204 (80.08% from 255 or 29.39% from 694); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDCC is #120233. Grayscale: #F2F2F2. Windows color (decimal): -1180212 or 13434349. OLE color: 13434349.

HSL color Cylindrical-coordinate representation of color #EDFDCC: hue angle of 79.59º 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 #EDFDCC is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 253 204 -
CMYK 0.06 0 0.19 0.01
HSL 79.59º 0.92% 0.9% -
HSV(B) 79.59º 0.19% 0.99% -
XYZ 80.95 92.61 70.74 -
YUV 242.63 106.2 123.98 -
System Red Green Blue C M Y K H S L
Decimal 237 253 204 0.06 0 0.19 0.01 79.59 0.92 0.9
Hex ED FD CC 6 0 13 1 50 5C 5A
Octal 355 375 314 6 0 23 1 120 134 132
Binary 11101101 11111101 11001100 110 0 10011 1 1010000 1011100 1011010

Color Harmonies of #EDFDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFDCC

Black with #EDFDCC

Text Example


Text Example

White with #EDFDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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