#DEEBD3

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

Shades of Frostee #DEEBD3

Tints of Frostee #DEEBD3

Color information

#DEEBD3 (or 0xDEEBD3) is unknown color: approx Frostee. HEX triplet: DE, EB and D3. RGB value is (222,235,211). Sum of RGB (Red+Green+Blue) = 222+235+211=668 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.23% from 668); Green value is 235 (92.19% from 255 or 35.18% from 668); Blue value is 211 (82.81% from 255 or 31.59% from 668); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEBD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEBD3 is #21142C. Grayscale: #E4E4E4. Windows color (decimal): -2167853 or 13888478. OLE color: 13888478.

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

Color convert

RGB222235211-
CMYK0.0600.100.08
HSL92.5º37.5%87.45%-
HSV(B)92.5º10.21%92.16%-
XYZ71.5979.6573.23-
YUV228.38118.19123.45-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.23%
GREEN value IS 235 (92.19% from 255) = 35.18%
BLUE value IS 211 (82.81% from 255) = 31.59%
R=33.23%
G=35.18%
B=31.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2222352110.0600.100.0892.537.587.45
HexDEEBD360A85c2657
Octal33635332360121013446127
Binary11011110111010111101001111001010100010111001001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEBD3; }

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

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

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

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

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

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

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

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