#DBEDCD

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

Shades of Frostee #DBEDCD

Tints of Frostee #DBEDCD

Color information

#DBEDCD (or 0xDBEDCD) is unknown color: approx Frostee. HEX triplet: DB, ED and CD. RGB value is (219,237,205). Sum of RGB (Red+Green+Blue) = 219+237+205=661 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.13% from 661); Green value is 237 (92.97% from 255 or 35.85% from 661); Blue value is 205 (80.47% from 255 or 31.01% from 661); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEDCD is #241232. Grayscale: #E4E4E4. Windows color (decimal): -2363955 or 13495771. OLE color: 13495771.

HSL color Cylindrical-coordinate representation of color #DBEDCD: hue angle of 93.75º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBEDCD is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB219237205-
CMYK0.0800.140.07
HSL93.75º47.06%86.67%-
HSV(B)93.75º13.5%92.94%-
XYZ70.5280.0469.49-
YUV227.97115.04121.6-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.13%
GREEN value IS 237 (92.97% from 255) = 35.85%
BLUE value IS 205 (80.47% from 255) = 31.01%
R=33.13%
G=35.85%
B=31.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192372050.0800.140.0793.7547.0686.67
HexDBEDCD80E75e2f57
Octal33335531510016713657127
Binary11011011111011011100110110000111011110111101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEDCD; }

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

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

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

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

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

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

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

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