#DEDBD9

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

Shades of Bon Jour #DEDBD9

Tints of Bon Jour #DEDBD9

Color information

#DEDBD9 (or 0xDEDBD9) is unknown color: approx Bon Jour. HEX triplet: DE, DB and D9. RGB value is (222,219,217). Sum of RGB (Red+Green+Blue) = 222+219+217=658 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.74% from 658); Green value is 219 (85.94% from 255 or 33.28% from 658); Blue value is 217 (85.16% from 255 or 32.98% from 658); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDBD9 is #212426. Grayscale: #DBDBDB. Windows color (decimal): -2171943 or 14277598. OLE color: 14277598.

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

Color convert

RGB222219217-
CMYK00.010.020.13
HSL24º7.04%86.08%-
HSV(B)24º2.25%87.06%-
XYZ67.9871.275.81-
YUV219.67126.49129.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.74%
GREEN value IS 219 (85.94% from 255) = 33.28%
BLUE value IS 217 (85.16% from 255) = 32.98%
R=33.74%
G=33.28%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221921700.010.020.13247.0486.08
HexDEDBD9012D18756
Octal33633333101215307126
Binary11011110110110111101100101101101110001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDBD9; }

 p { color: rgb(222,219,217); }

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

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

 a { background-color: rgb(222,219,217); }

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

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

 span { border-color: rgb(222,219,217); }

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