#DBD5D2

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

Shades of Bon Jour #DBD5D2

Tints of Bon Jour #DBD5D2

Color information

#DBD5D2 (or 0xDBD5D2) is unknown color: approx Bon Jour. HEX triplet: DB, D5 and D2. RGB value is (219,213,210). Sum of RGB (Red+Green+Blue) = 219+213+210=642 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.11% from 642); Green value is 213 (83.59% from 255 or 33.18% from 642); Blue value is 210 (82.42% from 255 or 32.71% from 642); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD5D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD5D2 is #242A2D. Grayscale: #D6D6D6. Windows color (decimal): -2370094 or 13817307. OLE color: 13817307.

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

Color convert

RGB219213210-
CMYK00.030.040.14
HSL20º11.11%84.12%-
HSV(B)20º4.11%85.88%-
XYZ64.6467.370.56-
YUV214.45125.49131.24-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.11%
GREEN value IS 213 (83.59% from 255) = 33.18%
BLUE value IS 210 (82.42% from 255) = 32.71%
R=34.11%
G=33.18%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921321000.030.040.142011.1184.12
HexDBD5D2034E14b54
Octal333325322034162413124
Binary11011011110101011101001001110011101010010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD5D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD5D2; }

 p { color: rgb(219,213,210); }

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

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

 a { background-color: rgb(219,213,210); }

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

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

 span { border-color: rgb(219,213,210); }

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