#DBD8C3

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

Shades of Loafer #DBD8C3

Tints of Loafer #DBD8C3

Color information

#DBD8C3 (or 0xDBD8C3) is unknown color: approx Loafer. HEX triplet: DB, D8 and C3. RGB value is (219,216,195). Sum of RGB (Red+Green+Blue) = 219+216+195=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 216 (84.77% from 255 or 34.29% from 630); Blue value is 195 (76.56% from 255 or 30.95% from 630); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD8C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD8C3 is #24273C. Grayscale: #D6D6D6. Windows color (decimal): -2369341 or 12835035. OLE color: 12835035.

HSL color Cylindrical-coordinate representation of color #DBD8C3: hue angle of 52.5º degrees, saturation: 0.25, 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 #DBD8C3 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB219216195-
CMYK00.010.110.14
HSL52.5º25%81.18%-
HSV(B)52.5º10.96%85.88%-
XYZ63.6268.1161.42-
YUV214.5116.99131.21-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.76%
GREEN value IS 216 (84.77% from 255) = 34.29%
BLUE value IS 195 (76.56% from 255) = 30.95%
R=34.76%
G=34.29%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921619500.010.110.1452.52581.18
HexDBD8C301BE341951
Octal3333303030113166431121
Binary1101101111011000110000110110111110110100110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD8C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD8C3; }

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

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

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

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

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

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

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

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