#DBDDC9

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

Shades of Frost #DBDDC9

Tints of Frost #DBDDC9

Color information

#DBDDC9 (or 0xDBDDC9) is unknown color: approx Frost. HEX triplet: DB, DD and C9. RGB value is (219,221,201). Sum of RGB (Red+Green+Blue) = 219+221+201=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 201 (78.91% from 255 or 31.36% from 641); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDC9 is #242236. Grayscale: #DADADA. Windows color (decimal): -2368055 or 13229531. OLE color: 13229531.

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

Color convert

RGB219221201-
CMYK0.0100.090.13
HSL66º22.73%82.75%-
HSV(B)66º9.05%86.67%-
XYZ65.6170.9965.5-
YUV218.12118.34128.63-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.17%
GREEN value IS 221 (86.72% from 255) = 34.48%
BLUE value IS 201 (78.91% from 255) = 31.36%
R=34.17%
G=34.48%
B=31.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192212010.0100.090.136622.7382.75
HexDBDDC9109D421753
Octal33333531110111510227123
Binary11011011110111011100100110100111011000010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDDC9; }

 p { color: rgb(219,221,201); }

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

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

 a { background-color: rgb(219,221,201); }

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

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

 span { border-color: rgb(219,221,201); }

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