#DED9C4

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

Shades of Travertine #DED9C4

Tints of Travertine #DED9C4

Color information

#DED9C4 (or 0xDED9C4) is unknown color: approx Travertine. HEX triplet: DE, D9 and C4. RGB value is (222,217,196). Sum of RGB (Red+Green+Blue) = 222+217+196=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 217 (85.16% from 255 or 34.17% from 635); Blue value is 196 (76.95% from 255 or 30.87% from 635); Max value from RGB is 222 - color contains mainly: red. Hex color #DED9C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED9C4 is #21263B. Grayscale: #D8D8D8. Windows color (decimal): -2172476 or 12900830. OLE color: 12900830.

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

Color convert

RGB222217196-
CMYK00.020.120.13
HSL48.46º28.26%81.96%-
HSV(B)48.46º11.71%87.06%-
XYZ64.969.1462.15-
YUV216.1116.66132.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.96%
GREEN value IS 217 (85.16% from 255) = 34.17%
BLUE value IS 196 (76.95% from 255) = 30.87%
R=34.96%
G=34.17%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221719600.020.120.1348.4628.2681.96
HexDED9C402CD301c52
Octal3363313040214156034122
Binary11011110110110011100010001011001101110000111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED9C4; }

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

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

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

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

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

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

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

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