#DBD0C0

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

Shades of Blanc #DBD0C0

Tints of Blanc #DBD0C0

Color information

#DBD0C0 (or 0xDBD0C0) is unknown color: approx Blanc. HEX triplet: DB, D0 and C0. RGB value is (219,208,192). Sum of RGB (Red+Green+Blue) = 219+208+192=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 208 (81.64% from 255 or 33.60% from 619); Blue value is 192 (75.39% from 255 or 31.02% from 619); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD0C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD0C0 is #242F3F. Grayscale: #D1D1D1. Windows color (decimal): -2371392 or 12636379. OLE color: 12636379.

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

Color convert

RGB219208192-
CMYK00.050.120.14
HSL35.56º27.27%80.59%-
HSV(B)35.56º12.33%85.88%-
XYZ61.2863.9858.99-
YUV209.46118.14134.8-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.38%
GREEN value IS 208 (81.64% from 255) = 33.60%
BLUE value IS 192 (75.39% from 255) = 31.02%
R=35.38%
G=33.60%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920819200.050.120.1435.5627.2780.59
HexDBD0C005CE241b51
Octal3333203000514164433121
Binary110110111101000011000000010111001110100100110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD0C0; }

 p { color: rgb(219,208,192); }

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

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

 a { background-color: rgb(219,208,192); }

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

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

 span { border-color: rgb(219,208,192); }

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