#DBDCC0

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

Shades of Loafer #DBDCC0

Tints of Loafer #DBDCC0

Color information

#DBDCC0 (or 0xDBDCC0) is unknown color: approx Loafer. HEX triplet: DB, DC and C0. RGB value is (219,220,192). Sum of RGB (Red+Green+Blue) = 219+220+192=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 192 (75.39% from 255 or 30.43% from 631); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDCC0 is #24233F. Grayscale: #D8D8D8. Windows color (decimal): -2368320 or 12639451. OLE color: 12639451.

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

Color convert

RGB219220192-
CMYK0.0000.130.14
HSL62.14º28.57%80.78%-
HSV(B)62.14º12.73%86.27%-
XYZ64.3270.0560-
YUV216.51114.17129.78-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.71%
GREEN value IS 220 (86.33% from 255) = 34.87%
BLUE value IS 192 (75.39% from 255) = 30.43%
R=34.71%
G=34.87%
B=30.43%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192201920.0000.130.1462.1428.5780.78
HexDBDCC000DE3e1d51
Octal3333343000015167635121
Binary1101101111011100110000000011011110111110111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDCC0; }

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

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

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

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

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

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

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

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