#DBDEC8

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

Shades of Frost #DBDEC8

Tints of Frost #DBDEC8

Color information

#DBDEC8 (or 0xDBDEC8) is unknown color: approx Frost. HEX triplet: DB, DE and C8. RGB value is (219,222,200). Sum of RGB (Red+Green+Blue) = 219+222+200=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 200 (78.52% from 255 or 31.20% from 641); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDEC8 is #242137. Grayscale: #DADADA. Windows color (decimal): -2367800 or 13164251. OLE color: 13164251.

HSL color Cylindrical-coordinate representation of color #DBDEC8: hue angle of 68.18º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBDEC8 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB219222200-
CMYK0.0100.100.13
HSL68.18º25%82.75%-
HSV(B)68.18º9.91%87.06%-
XYZ65.7671.4764.97-
YUV218.6117.51128.29-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.17%
GREEN value IS 222 (87.11% from 255) = 34.63%
BLUE value IS 200 (78.52% from 255) = 31.20%
R=34.17%
G=34.63%
B=31.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192222000.0100.100.1368.182582.75
HexDBDEC810AD441953
Octal33333631010121510431123
Binary11011011110111101100100010101011011000100110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDEC8; }

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

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

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

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

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

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

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

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