#DBD4C5

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

Shades of Blanc #DBD4C5

Tints of Blanc #DBD4C5

Color information

#DBD4C5 (or 0xDBD4C5) is unknown color: approx Blanc. HEX triplet: DB, D4 and C5. RGB value is (219,212,197). Sum of RGB (Red+Green+Blue) = 219+212+197=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 212 (83.20% from 255 or 33.76% from 628); Blue value is 197 (77.34% from 255 or 31.37% from 628); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD4C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD4C5 is #242B3A. Grayscale: #D4D4D4. Windows color (decimal): -2370363 or 12965083. OLE color: 12965083.

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

Color convert

RGB219212197-
CMYK00.030.100.14
HSL40.91º23.4%81.57%-
HSV(B)40.91º10.05%85.88%-
XYZ62.8366.1862.29-
YUV212.38119.32132.72-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.87%
GREEN value IS 212 (83.20% from 255) = 33.76%
BLUE value IS 197 (77.34% from 255) = 31.37%
R=34.87%
G=33.76%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921219700.030.100.1440.9123.481.57
HexDBD4C503AE291752
Octal3333243050312165127122
Binary11011011110101001100010101110101110101001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD4C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD4C5; }

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

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

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

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

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

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

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

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