#DEEBD1

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

Shades of Frostee #DEEBD1

Tints of Frostee #DEEBD1

Color information

#DEEBD1 (or 0xDEEBD1) is unknown color: approx Frostee. HEX triplet: DE, EB and D1. RGB value is (222,235,209). Sum of RGB (Red+Green+Blue) = 222+235+209=666 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.33% from 666); Green value is 235 (92.19% from 255 or 35.29% from 666); Blue value is 209 (82.03% from 255 or 31.38% from 666); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEBD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEBD1 is #21142E. Grayscale: #E4E4E4. Windows color (decimal): -2167855 or 13757406. OLE color: 13757406.

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

Color convert

RGB222235209-
CMYK0.0600.110.08
HSL90º39.39%87.06%-
HSV(B)90º11.06%92.16%-
XYZ71.3479.5571.92-
YUV228.15117.19123.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.33%
GREEN value IS 235 (92.19% from 255) = 35.29%
BLUE value IS 209 (82.03% from 255) = 31.38%
R=33.33%
G=35.29%
B=31.38%

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
Decimal2222352090.0600.110.089039.3987.06
HexDEEBD160B85a2757
Octal33635332160131013247127
Binary11011110111010111101000111001011100010110101001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEBD1; }

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

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

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

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

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

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

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

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