#DED5D1

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

Shades of Bon Jour #DED5D1

Tints of Bon Jour #DED5D1

Color information

#DED5D1 (or 0xDED5D1) is unknown color: approx Bon Jour. HEX triplet: DE, D5 and D1. RGB value is (222,213,209). Sum of RGB (Red+Green+Blue) = 222+213+209=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 213 (83.59% from 255 or 33.07% from 644); Blue value is 209 (82.03% from 255 or 32.45% from 644); Max value from RGB is 222 - color contains mainly: red. Hex color #DED5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED5D1 is #212A2E. Grayscale: #D7D7D7. Windows color (decimal): -2173487 or 13751774. OLE color: 13751774.

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

Color convert

RGB222213209-
CMYK00.040.060.13
HSL18.46º16.46%84.51%-
HSV(B)18.46º5.86%87.06%-
XYZ65.4367.7269.94-
YUV215.24124.48132.83-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.47%
GREEN value IS 213 (83.59% from 255) = 33.07%
BLUE value IS 209 (82.03% from 255) = 32.45%
R=34.47%
G=33.07%
B=32.45%

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
Decimal22221320900.040.060.1318.4616.4684.51
HexDED5D1046D121055
Octal336325321046152220125
Binary1101111011010101110100010100110110110010100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED5D1; }

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

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

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

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

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

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

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

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