Html Css Color HEX #E2DBCF Merino

📋 copy color: '#E2DBCF'

red 226 ◦ green 219 ◦ blue 207

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

Shades of Merino #E2DBCF

Tints of Merino #E2DBCF

RGB

 RED value IS 226 (88.67% from 255) = 34.66%

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

 BLUE value IS 207 (81.25% from 255) = 31.75%

R = 34.66%
G = 33.59%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E2DBCF (or 0xE2DBCF) is known color: Merino. HEX triplet: E2, DB and CF. RGB value is (226,219,207). Sum of RGB (Red+Green+Blue) = 226+219+207=652 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.66% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 207 (81.25% from 255 or 31.75% from 652); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DBCF is #1D2430. Grayscale: #DBDBDB. Windows color (decimal): -1909809 or 13622242. OLE color: 13622242.

HSL color Cylindrical-coordinate representation of color #E2DBCF: hue angle of 37.89º degrees, saturation: 0.25, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E2DBCF is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 219 207 -
CMYK 0 0.03 0.08 0.11
HSL 37.89º 0.25% 0.85% -
HSV(B) 37.89º 0.08% 0.89% -
XYZ 67.96 71.34 69.22 -
YUV 219.73 120.82 132.48 -
System Red Green Blue C M Y K H S L
Decimal 226 219 207 0 0.03 0.08 0.11 37.89 0.25 0.85
Hex E2 DB CF 0 3 8 B 26 19 55
Octal 342 333 317 0 3 10 13 46 31 125
Binary 11100010 11011011 11001111 0 11 1000 1011 100110 11001 1010101

Color Harmonies of #E2DBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DBCF

Black with #E2DBCF

Text Example


Text Example

White with #E2DBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DBCF; }

 p { color: rgb(226,219,207); }

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

background-color css

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

 a { background-color: rgb(226,219,207); }

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

border-color css

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

 span { border-color: rgb(226,219,207); }

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