Html Css Color HEX #DED9C4 Travertine

📋 copy color: '#DED9C4'

red 222 ◦ green 217 ◦ blue 196

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

Shades of Travertine #DED9C4

Tints of Travertine #DED9C4

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 value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DED9C4 (or 0xDED9C4) is known color: 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

RGB 222 217 196 -
CMYK 0 0.02 0.12 0.13
HSL 48.46º 0.28% 0.82% -
HSV(B) 48.46º 0.12% 0.87% -
XYZ 64.9 69.14 62.15 -
YUV 216.1 116.66 132.21 -
System Red Green Blue C M Y K H S L
Decimal 222 217 196 0 0.02 0.12 0.13 48.46 0.28 0.82
Hex DE D9 C4 0 2 C D 30 1C 52
Octal 336 331 304 0 2 14 15 60 34 122
Binary 11011110 11011001 11000100 0 10 1100 1101 110000 11100 1010010

Color Harmonies of #DED9C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED9C4

Black with #DED9C4

Text Example


Text Example

White with #DED9C4

Text Example


Text Example

HTML Codes & Css Web 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>