Html Css Color HEX #DED9C7 Travertine

📋 copy color: '#DED9C7'

red 222 ◦ green 217 ◦ blue 199

#DED9C7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Travertine #DED9C7

Tints of Travertine #DED9C7

RGB

 RED value IS 222 (87.11% from 255) = 34.8%

 GREEN value IS 217 (85.16% from 255) = 34.01%

 BLUE value IS 199 (78.13% from 255) = 31.19%

R = 34.8%
G = 34.01%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DED9C7 (or 0xDED9C7) is known color: Travertine. HEX triplet: DE, D9 and C7. RGB value is (222,217,199). Sum of RGB (Red+Green+Blue) = 222+217+199=638 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.80% from 638); Green value is 217 (85.16% from 255 or 34.01% from 638); Blue value is 199 (78.12% from 255 or 31.19% from 638); Max value from RGB is 222 - color contains mainly: red. Hex color #DED9C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED9C7 is #212638. Grayscale: #D8D8D8. Windows color (decimal): -2172473 or 13097438. OLE color: 13097438.

HSL color Cylindrical-coordinate representation of color #DED9C7: hue angle of 46.96º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DED9C7 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 217 199 -
CMYK 0 0.02 0.10 0.13
HSL 46.96º 0.26% 0.83% -
HSV(B) 46.96º 0.1% 0.87% -
XYZ 65.25 69.28 63.97 -
YUV 216.44 118.16 131.96 -
System Red Green Blue C M Y K H S L
Decimal 222 217 199 0 0.02 0.10 0.13 46.96 0.26 0.83
Hex DE D9 C7 0 2 A D 2F 1A 53
Octal 336 331 307 0 2 12 15 57 32 123
Binary 11011110 11011001 11000111 0 10 1010 1101 101111 11010 1010011

Color Harmonies of #DED9C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED9C7

Black with #DED9C7

Text Example


Text Example

White with #DED9C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED9C7; }

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

 H1.HeaderClassName
 {
   color: #DED9C7;
 }
 .AnyTagClassName
 {
   color: #DED9C7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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