Html Css Color HEX #E6DEC3 Travertine

📋 copy color: '#E6DEC3'

red 230 ◦ green 222 ◦ blue 195

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

Shades of Travertine #E6DEC3

Tints of Travertine #E6DEC3

RGB

 RED value IS 230 (90.23% from 255) = 35.55%

 GREEN value IS 222 (87.11% from 255) = 34.31%

 BLUE value IS 195 (76.56% from 255) = 30.14%

R = 35.55%
G = 34.31%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.10

RGB Variations

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

Color information

#E6DEC3 (or 0xE6DEC3) is known color: Travertine. HEX triplet: E6, DE and C3. RGB value is (230,222,195). Sum of RGB (Red+Green+Blue) = 230+222+195=647 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.55% from 647); Green value is 222 (87.11% from 255 or 34.31% from 647); Blue value is 195 (76.56% from 255 or 30.14% from 647); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DEC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DEC3 is #19213C. Grayscale: #DDDDDD. Windows color (decimal): -1646909 or 12836582. OLE color: 12836582.

HSL color Cylindrical-coordinate representation of color #E6DEC3: hue angle of 46.29º degrees, saturation: 0.41, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E6DEC3 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 222 195 -
CMYK 0 0.03 0.15 0.10
HSL 46.29º 0.41% 0.83% -
HSV(B) 46.29º 0.15% 0.9% -
XYZ 68.6 73.01 62.11 -
YUV 221.31 113.15 134.2 -
System Red Green Blue C M Y K H S L
Decimal 230 222 195 0 0.03 0.15 0.10 46.29 0.41 0.83
Hex E6 DE C3 0 3 F A 2E 29 53
Octal 346 336 303 0 3 17 12 56 51 123
Binary 11100110 11011110 11000011 0 11 1111 1010 101110 101001 1010011

Color Harmonies of #E6DEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DEC3

Black with #E6DEC3

Text Example


Text Example

White with #E6DEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DEC3; }

 p { color: rgb(230,222,195); }

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

background-color css

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

 a { background-color: rgb(230,222,195); }

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

border-color css

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

 span { border-color: rgb(230,222,195); }

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