Html Css Color HEX #DEDBC9 Travertine

📋 copy color: '#DEDBC9'

red 222 ◦ green 219 ◦ blue 201

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

Shades of Travertine #DEDBC9

Tints of Travertine #DEDBC9

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.11%

 BLUE value IS 201 (78.91% from 255) = 31.31%

R = 34.58%
G = 34.11%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DEDBC9 (or 0xDEDBC9) is known color: Travertine. HEX triplet: DE, DB and C9. RGB value is (222,219,201). Sum of RGB (Red+Green+Blue) = 222+219+201=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 219 (85.94% from 255 or 34.11% from 642); Blue value is 201 (78.91% from 255 or 31.31% from 642); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDBC9 is #212436. Grayscale: #D9D9D9. Windows color (decimal): -2171959 or 13229022. OLE color: 13229022.

HSL color Cylindrical-coordinate representation of color #DEDBC9: hue angle of 51.43º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEDBC9 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 219 201 -
CMYK 0 0.01 0.09 0.13
HSL 51.43º 0.24% 0.83% -
HSV(B) 51.43º 0.09% 0.87% -
XYZ 66 70.41 65.37 -
YUV 217.85 118.49 130.96 -
System Red Green Blue C M Y K H S L
Decimal 222 219 201 0 0.01 0.09 0.13 51.43 0.24 0.83
Hex DE DB C9 0 1 9 D 33 18 53
Octal 336 333 311 0 1 11 15 63 30 123
Binary 11011110 11011011 11001001 0 1 1001 1101 110011 11000 1010011

Color Harmonies of #DEDBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDBC9

Black with #DEDBC9

Text Example


Text Example

White with #DEDBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDBC9; }

 p { color: rgb(222,219,201); }

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

background-color css

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

 a { background-color: rgb(222,219,201); }

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

border-color css

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

 span { border-color: rgb(222,219,201); }

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