Html Css Color HEX #E4DCCD Merino

📋 copy color: '#E4DCCD'

red 228 ◦ green 220 ◦ blue 205

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

Shades of Merino #E4DCCD

Tints of Merino #E4DCCD

RGB

 RED value IS 228 (89.45% from 255) = 34.92%

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

 BLUE value IS 205 (80.47% from 255) = 31.39%

R = 34.92%
G = 33.69%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E4DCCD (or 0xE4DCCD) is known color: Merino. HEX triplet: E4, DC and CD. RGB value is (228,220,205). Sum of RGB (Red+Green+Blue) = 228+220+205=653 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.92% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 205 (80.47% from 255 or 31.39% from 653); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4DCCD is #1B2332. Grayscale: #DCDCDC. Windows color (decimal): -1778483 or 13491428. OLE color: 13491428.

HSL color Cylindrical-coordinate representation of color #E4DCCD: hue angle of 39.13º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E4DCCD is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 220 205 -
CMYK 0 0.04 0.10 0.11
HSL 39.13º 0.3% 0.85% -
HSV(B) 39.13º 0.1% 0.89% -
XYZ 68.61 72.09 68.06 -
YUV 220.68 119.15 133.22 -
System Red Green Blue C M Y K H S L
Decimal 228 220 205 0 0.04 0.10 0.11 39.13 0.3 0.85
Hex E4 DC CD 0 4 A B 27 1E 55
Octal 344 334 315 0 4 12 13 47 36 125
Binary 11100100 11011100 11001101 0 100 1010 1011 100111 11110 1010101

Color Harmonies of #E4DCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4DCCD

Black with #E4DCCD

Text Example


Text Example

White with #E4DCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4DCCD; }

 p { color: rgb(228,220,205); }

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

background-color css

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

 a { background-color: rgb(228,220,205); }

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

border-color css

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

 span { border-color: rgb(228,220,205); }

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