#DEEBD0

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

Shades of Frostee #DEEBD0

Tints of Frostee #DEEBD0

Color information

#DEEBD0 (or 0xDEEBD0) is unknown color: approx Frostee. HEX triplet: DE, EB and D0. RGB value is (222,235,208). Sum of RGB (Red+Green+Blue) = 222+235+208=665 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.38% from 665); Green value is 235 (92.19% from 255 or 35.34% from 665); Blue value is 208 (81.64% from 255 or 31.28% from 665); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEBD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEBD0 is #21142F. Grayscale: #E4E4E4. Windows color (decimal): -2167856 or 13691870. OLE color: 13691870.

HSL color Cylindrical-coordinate representation of color #DEEBD0: hue angle of 88.89º degrees, saturation: 0.4, 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 #DEEBD0 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB222235208-
CMYK0.0600.110.08
HSL88.89º40.3%86.86%-
HSV(B)88.89º11.49%92.16%-
XYZ71.2279.571.27-
YUV228.03116.69123.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.38%
GREEN value IS 235 (92.19% from 255) = 35.34%
BLUE value IS 208 (81.64% from 255) = 31.28%
R=33.38%
G=35.34%
B=31.28%

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
Decimal2222352080.0600.110.0888.8940.386.86
HexDEEBD060B8592857
Octal33635332060131013150127
Binary11011110111010111101000011001011100010110011010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEBD0; }

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

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

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

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

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

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

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

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