#DBDEC0

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

Shades of Frost #DBDEC0

Tints of Frost #DBDEC0

Color information

#DBDEC0 (or 0xDBDEC0) is unknown color: approx Frost. HEX triplet: DB, DE and C0. RGB value is (219,222,192). Sum of RGB (Red+Green+Blue) = 219+222+192=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 192 (75.39% from 255 or 30.33% from 633); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDEC0 is #24213F. Grayscale: #D9D9D9. Windows color (decimal): -2367808 or 12639963. OLE color: 12639963.

HSL color Cylindrical-coordinate representation of color #DBDEC0: hue angle of 66º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBDEC0 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB219222192-
CMYK0.0100.140.13
HSL66º31.25%81.18%-
HSV(B)66º13.51%87.06%-
XYZ64.8571.1160.18-
YUV217.68113.51128.94-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.60%
GREEN value IS 222 (87.11% from 255) = 35.07%
BLUE value IS 192 (75.39% from 255) = 30.33%
R=34.60%
G=35.07%
B=30.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192221920.0100.140.136631.2581.18
HexDBDEC010ED421f51
Octal33333630010161510237121
Binary11011011110111101100000010111011011000010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDEC0; }

 p { color: rgb(219,222,192); }

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

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

 a { background-color: rgb(219,222,192); }

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

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

 span { border-color: rgb(219,222,192); }

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