Html Css Color HEX #E6DCE3 Snuff

📋 copy color: '#E6DCE3'

red 230 ◦ green 220 ◦ blue 227

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

Shades of Snuff #E6DCE3

Tints of Snuff #E6DCE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 33.53%

R = 33.97%
G = 32.5%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#E6DCE3 (or 0xE6DCE3) is known color: Snuff. HEX triplet: E6, DC and E3. RGB value is (230,220,227). Sum of RGB (Red+Green+Blue) = 230+220+227=677 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.97% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 227 (89.06% from 255 or 33.53% from 677); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DCE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DCE3 is #19231C. Grayscale: #DFDFDF. Windows color (decimal): -1647389 or 14933222. OLE color: 14933222.

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

Color convert

RGB 230 220 227 -
CMYK 0 0.04 0.01 0.10
HSL 318º 0.17% 0.88% -
HSV(B) 318º 0.04% 0.9% -
XYZ 72.09 73.56 83.07 -
YUV 223.79 129.81 132.43 -
System Red Green Blue C M Y K H S L
Decimal 230 220 227 0 0.04 0.01 0.10 318 0.17 0.88
Hex E6 DC E3 0 4 1 A 13E 11 58
Octal 346 334 343 0 4 1 12 476 21 130
Binary 11100110 11011100 11100011 0 100 1 1010 100111110 10001 1011000

Color Harmonies of #E6DCE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DCE3

Black with #E6DCE3

Text Example


Text Example

White with #E6DCE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DCE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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