#DBD4CC

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

Shades of Gallery #DBD4CC

Tints of Gallery #DBD4CC

Color information

#DBD4CC (or 0xDBD4CC) is unknown color: approx Gallery. HEX triplet: DB, D4 and CC. RGB value is (219,212,204). Sum of RGB (Red+Green+Blue) = 219+212+204=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 212 (83.20% from 255 or 33.39% from 635); Blue value is 204 (80.08% from 255 or 32.13% from 635); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD4CC is #242B33. Grayscale: #D5D5D5. Windows color (decimal): -2370356 or 13423835. OLE color: 13423835.

HSL color Cylindrical-coordinate representation of color #DBD4CC: hue angle of 32º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBD4CC is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB219212204-
CMYK00.030.070.14
HSL32º17.24%82.94%-
HSV(B)32º6.85%85.88%-
XYZ63.6666.5166.61-
YUV213.18122.82132.15-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.49%
GREEN value IS 212 (83.20% from 255) = 33.39%
BLUE value IS 204 (80.08% from 255) = 32.13%
R=34.49%
G=33.39%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921220400.030.070.143217.2482.94
HexDBD4CC037E201153
Octal333324314037164021123
Binary1101101111010100110011000111111110100000100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD4CC; }

 p { color: rgb(219,212,204); }

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

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

 a { background-color: rgb(219,212,204); }

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

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

 span { border-color: rgb(219,212,204); }

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