Html Css Color HEX #E6DBCE Merino

📋 copy color: '#E6DBCE'

red 230 ◦ green 219 ◦ blue 206

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

Shades of Merino #E6DBCE

Tints of Merino #E6DBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.45%

R = 35.11%
G = 33.44%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E6DBCE (or 0xE6DBCE) is known color: Merino. HEX triplet: E6, DB and CE. RGB value is (230,219,206). Sum of RGB (Red+Green+Blue) = 230+219+206=655 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.11% from 655); Green value is 219 (85.94% from 255 or 33.44% from 655); Blue value is 206 (80.86% from 255 or 31.45% from 655); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DBCE is #192431. Grayscale: #DCDCDC. Windows color (decimal): -1647666 or 13556710. OLE color: 13556710.

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

Color convert

RGB 230 219 206 -
CMYK 0 0.05 0.10 0.10
HSL 32.5º 0.32% 0.85% -
HSV(B) 32.5º 0.1% 0.9% -
XYZ 69.11 71.94 68.64 -
YUV 220.81 119.64 134.56 -
System Red Green Blue C M Y K H S L
Decimal 230 219 206 0 0.05 0.10 0.10 32.5 0.32 0.85
Hex E6 DB CE 0 5 A A 20 20 55
Octal 346 333 316 0 5 12 12 40 40 125
Binary 11100110 11011011 11001110 0 101 1010 1010 100000 100000 1010101

Color Harmonies of #E6DBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DBCE

Black with #E6DBCE

Text Example


Text Example

White with #E6DBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DBCE; }

 p { color: rgb(230,219,206); }

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

background-color css

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

 a { background-color: rgb(230,219,206); }

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

border-color css

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

 span { border-color: rgb(230,219,206); }

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