#DBEAD0

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

Shades of Frostee #DBEAD0

Tints of Frostee #DBEAD0

Color information

#DBEAD0 (or 0xDBEAD0) is unknown color: approx Frostee. HEX triplet: DB, EA and D0. RGB value is (219,234,208). Sum of RGB (Red+Green+Blue) = 219+234+208=661 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.13% from 661); Green value is 234 (91.80% from 255 or 35.40% from 661); Blue value is 208 (81.64% from 255 or 31.47% from 661); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEAD0 is #24152F. Grayscale: #E2E2E2. Windows color (decimal): -2364720 or 13691611. OLE color: 13691611.

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

Color convert

RGB219234208-
CMYK0.0600.110.08
HSL94.62º38.24%86.67%-
HSV(B)94.62º11.11%91.76%-
XYZ70.0278.4671.13-
YUV226.55117.53122.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.13%
GREEN value IS 234 (91.80% from 255) = 35.40%
BLUE value IS 208 (81.64% from 255) = 31.47%
R=33.13%
G=35.40%
B=31.47%

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
Decimal2192342080.0600.110.0894.6238.2486.67
HexDBEAD060B85f2657
Octal33335232060131013746127
Binary11011011111010101101000011001011100010111111001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEAD0; }

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

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

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

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

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

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

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

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