#DBD2C2

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

Shades of Blanc #DBD2C2

Tints of Blanc #DBD2C2

Color information

#DBD2C2 (or 0xDBD2C2) is unknown color: approx Blanc. HEX triplet: DB, D2 and C2. RGB value is (219,210,194). Sum of RGB (Red+Green+Blue) = 219+210+194=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 210 (82.42% from 255 or 33.71% from 623); Blue value is 194 (76.17% from 255 or 31.14% from 623); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD2C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD2C2 is #242D3D. Grayscale: #D2D2D2. Windows color (decimal): -2370878 or 12767963. OLE color: 12767963.

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

Color convert

RGB219210194-
CMYK00.040.110.14
HSL38.4º25.77%80.98%-
HSV(B)38.4º11.42%85.88%-
XYZ6265.0560.33-
YUV210.87118.48133.8-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.15%
GREEN value IS 210 (82.42% from 255) = 33.71%
BLUE value IS 194 (76.17% from 255) = 31.14%
R=35.15%
G=33.71%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921019400.040.110.1438.425.7780.98
HexDBD2C204BE261a51
Octal3333223020413164632121
Binary110110111101001011000010010010111110100110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD2C2; }

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

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

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

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

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

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

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

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