#DEEEBD

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

Shades of Snow Flurry #DEEEBD

Tints of Snow Flurry #DEEEBD

Color information

#DEEEBD (or 0xDEEEBD) is unknown color: approx Snow Flurry. HEX triplet: DE, EE and BD. RGB value is (222,238,189). Sum of RGB (Red+Green+Blue) = 222+238+189=649 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.21% from 649); Green value is 238 (93.36% from 255 or 36.67% from 649); Blue value is 189 (74.22% from 255 or 29.12% from 649); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEEBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEEBD is #211142. Grayscale: #E3E3E3. Windows color (decimal): -2167107 or 12447454. OLE color: 12447454.

HSL color Cylindrical-coordinate representation of color #DEEEBD: hue angle of 79.59º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEEEBD is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB222238189-
CMYK0.0700.210.07
HSL79.59º59.04%83.73%-
HSV(B)79.59º20.59%93.33%-
XYZ69.8880.3559.97-
YUV227.63106.2123.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.21%
GREEN value IS 238 (93.36% from 255) = 36.67%
BLUE value IS 189 (74.22% from 255) = 29.12%
R=34.21%
G=36.67%
B=29.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222381890.0700.210.0779.5959.0483.73
HexDEEEBD70157503b54
Octal3363562757025712073124
Binary11011110111011101011110111101010111110100001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEEBD; }

 p { color: rgb(222,238,189); }

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

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

 a { background-color: rgb(222,238,189); }

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

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

 span { border-color: rgb(222,238,189); }

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