#DEEBD2

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

Shades of Frostee #DEEBD2

Tints of Frostee #DEEBD2

Color information

#DEEBD2 (or 0xDEEBD2) is unknown color: approx Frostee. HEX triplet: DE, EB and D2. RGB value is (222,235,210). Sum of RGB (Red+Green+Blue) = 222+235+210=667 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.28% from 667); Green value is 235 (92.19% from 255 or 35.23% from 667); Blue value is 210 (82.42% from 255 or 31.48% from 667); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEBD2 is #21142D. Grayscale: #E4E4E4. Windows color (decimal): -2167854 or 13822942. OLE color: 13822942.

HSL color Cylindrical-coordinate representation of color #DEEBD2: hue angle of 91.2º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEEBD2 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB222235210-
CMYK0.0600.110.08
HSL91.2º38.46%87.25%-
HSV(B)91.2º10.64%92.16%-
XYZ71.4779.672.57-
YUV228.26117.69123.53-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.28%
GREEN value IS 235 (92.19% from 255) = 35.23%
BLUE value IS 210 (82.42% from 255) = 31.48%
R=33.28%
G=35.23%
B=31.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2222352100.0600.110.0891.238.4687.25
HexDEEBD260B85b2657
Octal33635332260131013346127
Binary11011110111010111101001011001011100010110111001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEBD2; }

 p { color: rgb(222,235,210); }

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

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

 a { background-color: rgb(222,235,210); }

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

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

 span { border-color: rgb(222,235,210); }

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