#DBD1C3

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

Shades of Blanc #DBD1C3

Tints of Blanc #DBD1C3

Color information

#DBD1C3 (or 0xDBD1C3) is unknown color: approx Blanc. HEX triplet: DB, D1 and C3. RGB value is (219,209,195). Sum of RGB (Red+Green+Blue) = 219+209+195=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 209 (82.03% from 255 or 33.55% from 623); Blue value is 195 (76.56% from 255 or 31.30% from 623); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD1C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD1C3 is #242E3C. Grayscale: #D2D2D2. Windows color (decimal): -2371133 or 12833243. OLE color: 12833243.

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

Color convert

RGB219209195-
CMYK00.050.110.14
HSL35º25%81.18%-
HSV(B)35º10.96%85.88%-
XYZ61.8664.660.84-
YUV210.39119.31134.14-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.15%
GREEN value IS 209 (82.03% from 255) = 33.55%
BLUE value IS 195 (76.56% from 255) = 31.30%
R=35.15%
G=33.55%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920919500.050.110.14352581.18
HexDBD1C305BE231951
Octal3333213030513164331121
Binary110110111101000111000011010110111110100011110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD1C3; }

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

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

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

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

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

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

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

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