Html Css Color HEX #E6DCD0 Merino

📋 copy color: '#E6DCD0'

red 230 ◦ green 220 ◦ blue 208

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

Shades of Merino #E6DCD0

Tints of Merino #E6DCD0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.43%

 BLUE value IS 208 (81.64% from 255) = 31.61%

R = 34.95%
G = 33.43%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E6DCD0 (or 0xE6DCD0) is known color: Merino. HEX triplet: E6, DC and D0. RGB value is (230,220,208). Sum of RGB (Red+Green+Blue) = 230+220+208=658 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.95% from 658); Green value is 220 (86.33% from 255 or 33.43% from 658); Blue value is 208 (81.64% from 255 or 31.61% from 658); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DCD0 is #19232F. Grayscale: #DDDDDD. Windows color (decimal): -1647408 or 13688038. OLE color: 13688038.

HSL color Cylindrical-coordinate representation of color #E6DCD0: hue angle of 32.73º degrees, saturation: 0.31, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6DCD0 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 220 208 -
CMYK 0 0.04 0.10 0.10
HSL 32.73º 0.31% 0.86% -
HSV(B) 32.73º 0.1% 0.9% -
XYZ 69.61 72.56 70.01 -
YUV 221.62 120.31 133.98 -
System Red Green Blue C M Y K H S L
Decimal 230 220 208 0 0.04 0.10 0.10 32.73 0.31 0.86
Hex E6 DC D0 0 4 A A 21 1F 56
Octal 346 334 320 0 4 12 12 41 37 126
Binary 11100110 11011100 11010000 0 100 1010 1010 100001 11111 1010110

Color Harmonies of #E6DCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DCD0

Black with #E6DCD0

Text Example


Text Example

White with #E6DCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DCD0; }

 p { color: rgb(230,220,208); }

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

background-color css

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

 a { background-color: rgb(230,220,208); }

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

border-color css

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

 span { border-color: rgb(230,220,208); }

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