#DBD2C1

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

Shades of Blanc #DBD2C1

Tints of Blanc #DBD2C1

Color information

#DBD2C1 (or 0xDBD2C1) is unknown color: approx Blanc. HEX triplet: DB, D2 and C1. RGB value is (219,210,193). Sum of RGB (Red+Green+Blue) = 219+210+193=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 210 (82.42% from 255 or 33.76% from 622); Blue value is 193 (75.78% from 255 or 31.03% from 622); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD2C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD2C1 is #242D3E. Grayscale: #D2D2D2. Windows color (decimal): -2370879 or 12702427. OLE color: 12702427.

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

Color convert

RGB219210193-
CMYK00.040.120.14
HSL39.23º26.53%80.78%-
HSV(B)39.23º11.87%85.88%-
XYZ61.896559.74-
YUV210.75117.98133.88-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.21%
GREEN value IS 210 (82.42% from 255) = 33.76%
BLUE value IS 193 (75.78% from 255) = 31.03%
R=35.21%
G=33.76%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921019300.040.120.1439.2326.5380.78
HexDBD2C104CE271b51
Octal3333223010414164733121
Binary110110111101001011000001010011001110100111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD2C1; }

 p { color: rgb(219,210,193); }

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

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

 a { background-color: rgb(219,210,193); }

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

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

 span { border-color: rgb(219,210,193); }

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