#DBDCC3

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

Shades of Loafer #DBDCC3

Tints of Loafer #DBDCC3

Color information

#DBDCC3 (or 0xDBDCC3) is unknown color: approx Loafer. HEX triplet: DB, DC and C3. RGB value is (219,220,195). Sum of RGB (Red+Green+Blue) = 219+220+195=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 195 (76.56% from 255 or 30.76% from 634); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDCC3 is #24233C. Grayscale: #D8D8D8. Windows color (decimal): -2368317 or 12836059. OLE color: 12836059.

HSL color Cylindrical-coordinate representation of color #DBDCC3: hue angle of 62.4º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBDCC3 is Cyan = 0.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB219220195-
CMYK0.0000.110.14
HSL62.4º26.32%81.37%-
HSV(B)62.4º11.36%86.27%-
XYZ64.6670.1961.77-
YUV216.85115.67129.53-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.54%
GREEN value IS 220 (86.33% from 255) = 34.70%
BLUE value IS 195 (76.56% from 255) = 30.76%
R=34.54%
G=34.70%
B=30.76%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192201950.0000.110.1462.426.3281.37
HexDBDCC300BE3e1a51
Octal3333343030013167632121
Binary1101101111011100110000110010111110111110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDCC3; }

 p { color: rgb(219,220,195); }

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

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

 a { background-color: rgb(219,220,195); }

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

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

 span { border-color: rgb(219,220,195); }

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