#DBEAD1

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

Shades of Frostee #DBEAD1

Tints of Frostee #DBEAD1

Color information

#DBEAD1 (or 0xDBEAD1) is unknown color: approx Frostee. HEX triplet: DB, EA and D1. RGB value is (219,234,209). Sum of RGB (Red+Green+Blue) = 219+234+209=662 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.08% from 662); Green value is 234 (91.80% from 255 or 35.35% from 662); Blue value is 209 (82.03% from 255 or 31.57% from 662); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEAD1 is #24152E. Grayscale: #E2E2E2. Windows color (decimal): -2364719 or 13757147. OLE color: 13757147.

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

Color convert

RGB219234209-
CMYK0.0600.110.08
HSL96º37.31%86.86%-
HSV(B)96º10.68%91.76%-
XYZ70.1478.5171.78-
YUV226.66118.03122.53-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.08%
GREEN value IS 234 (91.80% from 255) = 35.35%
BLUE value IS 209 (82.03% from 255) = 31.57%
R=33.08%
G=35.35%
B=31.57%

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
Decimal2192342090.0600.110.089637.3186.86
HexDBEAD160B8602557
Octal33335232160131014045127
Binary11011011111010101101000111001011100011000001001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEAD1; }

 p { color: rgb(219,234,209); }

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

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

 a { background-color: rgb(219,234,209); }

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

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

 span { border-color: rgb(219,234,209); }

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