#DCDAD9

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

Shades of Bon Jour #DCDAD9

Tints of Bon Jour #DCDAD9

Color information

#DCDAD9 (or 0xDCDAD9) is unknown color: approx Bon Jour. HEX triplet: DC, DA and D9. RGB value is (220,218,217). Sum of RGB (Red+Green+Blue) = 220+218+217=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 217 (85.16% from 255 or 33.13% from 655); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDAD9 is #232526. Grayscale: #DADADA. Windows color (decimal): -2303271 or 14277340. OLE color: 14277340.

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

Color convert

RGB220218217-
CMYK00.010.010.14
HSL20º4.11%85.69%-
HSV(B)20º1.36%86.27%-
XYZ67.1170.3775.69-
YUV218.48127.16129.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.59%
GREEN value IS 218 (85.55% from 255) = 33.28%
BLUE value IS 217 (85.16% from 255) = 33.13%
R=33.59%
G=33.28%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021821700.010.010.14204.1185.69
HexDCDAD9011E14456
Octal33433233101116244126
Binary1101110011011010110110010111110101001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDAD9; }

 p { color: rgb(220,218,217); }

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

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

 a { background-color: rgb(220,218,217); }

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

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

 span { border-color: rgb(220,218,217); }

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