#DBD4C9

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

Shades of Blanc #DBD4C9

Tints of Blanc #DBD4C9

Color information

#DBD4C9 (or 0xDBD4C9) is unknown color: approx Blanc. HEX triplet: DB, D4 and C9. RGB value is (219,212,201). Sum of RGB (Red+Green+Blue) = 219+212+201=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 212 (83.20% from 255 or 33.54% from 632); Blue value is 201 (78.91% from 255 or 31.80% from 632); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD4C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD4C9 is #242B36. Grayscale: #D4D4D4. Windows color (decimal): -2370359 or 13227227. OLE color: 13227227.

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

Color convert

RGB219212201-
CMYK00.030.080.14
HSL36.67º20%82.35%-
HSV(B)36.67º8.22%85.88%-
XYZ63.366.3664.73-
YUV212.84121.32132.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.65%
GREEN value IS 212 (83.20% from 255) = 33.54%
BLUE value IS 201 (78.91% from 255) = 31.80%
R=34.65%
G=33.54%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921220100.030.080.1436.672082.35
HexDBD4C9038E251452
Octal3333243110310164524122
Binary11011011110101001100100101110001110100101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD4C9; }

 p { color: rgb(219,212,201); }

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

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

 a { background-color: rgb(219,212,201); }

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

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

 span { border-color: rgb(219,212,201); }

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