#EBFDCD

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

Shades of Snow Flurry #EBFDCD

Tints of Snow Flurry #EBFDCD

Color information

#EBFDCD (or 0xEBFDCD) is unknown color: approx Snow Flurry. HEX triplet: EB, FD and CD. RGB value is (235,253,205). Sum of RGB (Red+Green+Blue) = 235+253+205=693 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.91% from 693); Green value is 253 (99.22% from 255 or 36.51% from 693); Blue value is 205 (80.47% from 255 or 29.58% from 693); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFDCD is #140232. Grayscale: #F2F2F2. Windows color (decimal): -1311283 or 13499883. OLE color: 13499883.

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

Color convert

RGB235253205-
CMYK0.0700.190.01
HSL82.5º92.31%89.8%-
HSV(B)82.5º18.97%99.22%-
XYZ80.4192.3271.34-
YUV242.15107.04122.9-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.91%
GREEN value IS 253 (99.22% from 255) = 36.51%
BLUE value IS 205 (80.47% from 255) = 29.58%
R=33.91%
G=36.51%
B=29.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352532050.0700.190.0182.592.3189.8
HexEBFDCD70131525c5a
Octal35337531570231122134132
Binary1110101111111101110011011110100111101001010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFDCD; }

 p { color: rgb(235,253,205); }

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

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

 a { background-color: rgb(235,253,205); }

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

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

 span { border-color: rgb(235,253,205); }

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