#DFDDDC

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

Shades of Bon Jour #DFDDDC

Tints of Bon Jour #DFDDDC

Color information

#DFDDDC (or 0xDFDDDC) is unknown color: approx Bon Jour. HEX triplet: DF, DD and DC. RGB value is (223,221,220). Sum of RGB (Red+Green+Blue) = 223+221+220=664 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.58% from 664); Green value is 221 (86.72% from 255 or 33.28% from 664); Blue value is 220 (86.33% from 255 or 33.13% from 664); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDDC is #202223. Grayscale: #DDDDDD. Windows color (decimal): -2105892 or 14474719. OLE color: 14474719.

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

Color convert

RGB223221220-
CMYK00.010.010.13
HSL20º4.48%86.86%-
HSV(B)20º1.35%87.45%-
XYZ69.2172.5778.07-
YUV221.48127.16129.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.58%
GREEN value IS 221 (86.72% from 255) = 33.28%
BLUE value IS 220 (86.33% from 255) = 33.13%
R=33.58%
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.13
SystemRedGreenBlueCMYKHSL
Decimal22322122000.010.010.13204.4886.86
HexDFDDDC011D14457
Octal33733533401115244127
Binary1101111111011101110111000111101101001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDDDC; }

 p { color: rgb(223,221,220); }

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

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

 a { background-color: rgb(223,221,220); }

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

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

 span { border-color: rgb(223,221,220); }

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