#DBDDC1

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

Shades of Frost #DBDDC1

Tints of Frost #DBDDC1

Color information

#DBDDC1 (or 0xDBDDC1) is unknown color: approx Frost. HEX triplet: DB, DD and C1. RGB value is (219,221,193). Sum of RGB (Red+Green+Blue) = 219+221+193=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 193 (75.78% from 255 or 30.49% from 633); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDC1 is #24223E. Grayscale: #D9D9D9. Windows color (decimal): -2368063 or 12705243. OLE color: 12705243.

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

Color convert

RGB219221193-
CMYK0.0100.130.13
HSL64.29º29.17%81.18%-
HSV(B)64.29º12.67%86.67%-
XYZ64.770.6260.67-
YUV217.21114.34129.28-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.60%
GREEN value IS 221 (86.72% from 255) = 34.91%
BLUE value IS 193 (75.78% from 255) = 30.49%
R=34.60%
G=34.91%
B=30.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192211930.0100.130.1364.2929.1781.18
HexDBDDC110DD401d51
Octal33333530110151510035121
Binary11011011110111011100000110110111011000000111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDDC1; }

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

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

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

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

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

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

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

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