Html Css Color HEX #DEDAC8 Travertine

📋 copy color: '#DEDAC8'

red 222 ◦ green 218 ◦ blue 200

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

Shades of Travertine #DEDAC8

Tints of Travertine #DEDAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 31.25%

R = 34.69%
G = 34.06%
B = 31.25%

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

#DEDAC8 (or 0xDEDAC8) is known color: Travertine. HEX triplet: DE, DA and C8. RGB value is (222,218,200). Sum of RGB (Red+Green+Blue) = 222+218+200=640 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.69% from 640); Green value is 218 (85.55% from 255 or 34.06% from 640); Blue value is 200 (78.52% from 255 or 31.25% from 640); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDAC8 is #212537. Grayscale: #D9D9D9. Windows color (decimal): -2172216 or 13163230. OLE color: 13163230.

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

Color convert

RGB 222 218 200 -
CMYK 0 0.02 0.10 0.13
HSL 49.09º 0.25% 0.83% -
HSV(B) 49.09º 0.1% 0.87% -
XYZ 65.62 69.84 64.67 -
YUV 217.14 118.33 131.46 -
System Red Green Blue C M Y K H S L
Decimal 222 218 200 0 0.02 0.10 0.13 49.09 0.25 0.83
Hex DE DA C8 0 2 A D 31 19 53
Octal 336 332 310 0 2 12 15 61 31 123
Binary 11011110 11011010 11001000 0 10 1010 1101 110001 11001 1010011

Color Harmonies of #DEDAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDAC8

Black with #DEDAC8

Text Example


Text Example

White with #DEDAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDAC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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