#DBD3C3

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

Shades of Blanc #DBD3C3

Tints of Blanc #DBD3C3

Color information

#DBD3C3 (or 0xDBD3C3) is unknown color: approx Blanc. HEX triplet: DB, D3 and C3. RGB value is (219,211,195). Sum of RGB (Red+Green+Blue) = 219+211+195=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 211 (82.81% from 255 or 33.76% from 625); Blue value is 195 (76.56% from 255 or 31.2% from 625); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD3C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD3C3 is #242C3C. Grayscale: #D3D3D3. Windows color (decimal): -2370621 or 12833755. OLE color: 12833755.

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

Color convert

RGB219211195-
CMYK00.040.110.14
HSL40º25%81.18%-
HSV(B)40º10.96%85.88%-
XYZ62.3665.5961-
YUV211.57118.65133.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.04%
GREEN value IS 211 (82.81% from 255) = 33.76%
BLUE value IS 195 (76.56% from 255) = 31.2%
R=35.04%
G=33.76%
B=31.2%

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
Decimal21921119500.040.110.14402581.18
HexDBD3C304BE281951
Octal3333233030413165031121
Binary110110111101001111000011010010111110101000110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD3C3; }

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

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

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

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

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

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

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

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