#DED5D0

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

Shades of Bon Jour #DED5D0

Tints of Bon Jour #DED5D0

Color information

#DED5D0 (or 0xDED5D0) is unknown color: approx Bon Jour. HEX triplet: DE, D5 and D0. RGB value is (222,213,208). Sum of RGB (Red+Green+Blue) = 222+213+208=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 213 (83.59% from 255 or 33.13% from 643); Blue value is 208 (81.64% from 255 or 32.35% from 643); Max value from RGB is 222 - color contains mainly: red. Hex color #DED5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED5D0 is #212A2F. Grayscale: #D7D7D7. Windows color (decimal): -2173488 or 13686238. OLE color: 13686238.

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

Color convert

RGB222213208-
CMYK00.040.060.13
HSL21.43º17.5%84.31%-
HSV(B)21.43º6.31%87.06%-
XYZ65.367.6769.29-
YUV215.12123.98132.91-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.53%
GREEN value IS 213 (83.59% from 255) = 33.13%
BLUE value IS 208 (81.64% from 255) = 32.35%
R=34.53%
G=33.13%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221320800.040.060.1321.4317.584.31
HexDED5D0046D151254
Octal336325320046152522124
Binary1101111011010101110100000100110110110101100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED5D0; }

 p { color: rgb(222,213,208); }

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

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

 a { background-color: rgb(222,213,208); }

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

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

 span { border-color: rgb(222,213,208); }

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