#DBD3C7

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

Shades of Blanc #DBD3C7

Tints of Blanc #DBD3C7

Color information

#DBD3C7 (or 0xDBD3C7) is unknown color: approx Blanc. HEX triplet: DB, D3 and C7. RGB value is (219,211,199). Sum of RGB (Red+Green+Blue) = 219+211+199=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 211 (82.81% from 255 or 33.55% from 629); Blue value is 199 (78.12% from 255 or 31.64% from 629); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD3C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD3C7 is #242C38. Grayscale: #D4D4D4. Windows color (decimal): -2370617 or 13095899. OLE color: 13095899.

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

Color convert

RGB219211199-
CMYK00.040.090.14
HSL36º21.74%81.96%-
HSV(B)36º9.13%85.88%-
XYZ62.8265.7763.42-
YUV212.02120.65132.98-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.82%
GREEN value IS 211 (82.81% from 255) = 33.55%
BLUE value IS 199 (78.12% from 255) = 31.64%
R=34.82%
G=33.55%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921119900.040.090.143621.7481.96
HexDBD3C7049E241652
Octal3333233070411164426122
Binary110110111101001111000111010010011110100100101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD3C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD3C7; }

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

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

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

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

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

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

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

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