#ECFBD0

Color #ECFBD0 Snow Flurry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snow Flurry #ECFBD0

Tints of Snow Flurry #ECFBD0

Color information

#ECFBD0 (or 0xECFBD0) is unknown color: approx Snow Flurry. HEX triplet: EC, FB and D0. RGB value is (236,251,208). Sum of RGB (Red+Green+Blue) = 236+251+208=695 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.96% from 695); Green value is 251 (98.44% from 255 or 36.12% from 695); Blue value is 208 (81.64% from 255 or 29.93% from 695); Max value from RGB is 251 - color contains mainly: green. Hex color #ECFBD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFBD0 is #13042F. Grayscale: #F1F1F1. Windows color (decimal): -1246256 or 13695980. OLE color: 13695980.

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

Color convert

RGB236251208-
CMYK0.0600.170.02
HSL80.93º84.31%90%-
HSV(B)80.93º17.13%98.43%-
XYZ80.4791.3873.07-
YUV241.61109.03124-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.96%
GREEN value IS 251 (98.44% from 255) = 36.12%
BLUE value IS 208 (81.64% from 255) = 29.93%
R=33.96%
G=36.12%
B=29.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362512080.0600.170.0280.9384.3190
HexECFBD06011251545a
Octal35437332060212121124132
Binary11101100111110111101000011001000110101000110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFBD0; }

 p { color: rgb(236,251,208); }

 H1.HeaderClassName
 {
   color: #ECFBD0;
 }
 .AnyTagClassName
 {
   color: #ECFBD0;
 }
</style>
background-color css

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

 a { background-color: rgb(236,251,208); }

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

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

 span { border-color: rgb(236,251,208); }

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