#DBD8C4

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

Shades of Loafer #DBD8C4

Tints of Loafer #DBD8C4

Color information

#DBD8C4 (or 0xDBD8C4) is unknown color: approx Loafer. HEX triplet: DB, D8 and C4. RGB value is (219,216,196). Sum of RGB (Red+Green+Blue) = 219+216+196=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 216 (84.77% from 255 or 34.23% from 631); Blue value is 196 (76.95% from 255 or 31.06% from 631); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD8C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD8C4 is #24273B. Grayscale: #D6D6D6. Windows color (decimal): -2369340 or 12900571. OLE color: 12900571.

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

Color convert

RGB219216196-
CMYK00.010.110.14
HSL52.17º24.21%81.37%-
HSV(B)52.17º10.5%85.88%-
XYZ63.7368.1662.02-
YUV214.62117.49131.13-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.71%
GREEN value IS 216 (84.77% from 255) = 34.23%
BLUE value IS 196 (76.95% from 255) = 31.06%
R=34.71%
G=34.23%
B=31.06%

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
Decimal21921619600.010.110.1452.1724.2181.37
HexDBD8C401BE341851
Octal3333303040113166430121
Binary1101101111011000110001000110111110110100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD8C4; }

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

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

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

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

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

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

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

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