Html Css Color HEX #DEDAC4 Travertine

📋 copy color: '#DEDAC4'

red 222 ◦ green 218 ◦ blue 196

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

Shades of Travertine #DEDAC4

Tints of Travertine #DEDAC4

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.28%

 BLUE value IS 196 (76.95% from 255) = 30.82%

R = 34.91%
G = 34.28%
B = 30.82%

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

#DEDAC4 (or 0xDEDAC4) is known color: Travertine. HEX triplet: DE, DA and C4. RGB value is (222,218,196). Sum of RGB (Red+Green+Blue) = 222+218+196=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 196 (76.95% from 255 or 30.82% from 636); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDAC4 is #21253B. Grayscale: #D8D8D8. Windows color (decimal): -2172220 or 12901086. OLE color: 12901086.

HSL color Cylindrical-coordinate representation of color #DEDAC4: hue angle of 50.77º 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 #DEDAC4 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 218 196 -
CMYK 0 0.02 0.12 0.13
HSL 50.77º 0.28% 0.82% -
HSV(B) 50.77º 0.12% 0.87% -
XYZ 65.16 69.66 62.24 -
YUV 216.69 116.33 131.79 -
System Red Green Blue C M Y K H S L
Decimal 222 218 196 0 0.02 0.12 0.13 50.77 0.28 0.82
Hex DE DA C4 0 2 C D 33 1C 52
Octal 336 332 304 0 2 14 15 63 34 122
Binary 11011110 11011010 11000100 0 10 1100 1101 110011 11100 1010010

Color Harmonies of #DEDAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDAC4

Black with #DEDAC4

Text Example


Text Example

White with #DEDAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDAC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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