#DBEACD

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

Shades of Frostee #DBEACD

Tints of Frostee #DBEACD

Color information

#DBEACD (or 0xDBEACD) is unknown color: approx Frostee. HEX triplet: DB, EA and CD. RGB value is (219,234,205). Sum of RGB (Red+Green+Blue) = 219+234+205=658 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.28% from 658); Green value is 234 (91.80% from 255 or 35.56% from 658); Blue value is 205 (80.47% from 255 or 31.16% from 658); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEACD is #241532. Grayscale: #E2E2E2. Windows color (decimal): -2364723 or 13495003. OLE color: 13495003.

HSL color Cylindrical-coordinate representation of color #DBEACD: hue angle of 91.03º degrees, saturation: 0.41, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBEACD is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB219234205-
CMYK0.0600.120.08
HSL91.03º40.85%86.08%-
HSV(B)91.03º12.39%91.76%-
XYZ69.6678.3169.2-
YUV226.21116.03122.86-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.28%
GREEN value IS 234 (91.80% from 255) = 35.56%
BLUE value IS 205 (80.47% from 255) = 31.16%
R=33.28%
G=35.56%
B=31.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192342050.0600.120.0891.0340.8586.08
HexDBEACD60C85b2956
Octal33335231560141013351126
Binary11011011111010101100110111001100100010110111010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEACD; }

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

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

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

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

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

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

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

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