Html Css Color HEX #E3CDE6 Snuff

📋 copy color: '#E3CDE6'

red 227 ◦ green 205 ◦ blue 230

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

Shades of Snuff #E3CDE6

Tints of Snuff #E3CDE6

RGB

 RED value IS 227 (89.06% from 255) = 34.29%

 GREEN value IS 205 (80.47% from 255) = 30.97%

 BLUE value IS 230 (90.23% from 255) = 34.74%

R = 34.29%
G = 30.97%
B = 34.74%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E3CDE6 (or 0xE3CDE6) is known color: Snuff. HEX triplet: E3, CD and E6. RGB value is (227,205,230). Sum of RGB (Red+Green+Blue) = 227+205+230=662 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.29% from 662); Green value is 205 (80.47% from 255 or 30.97% from 662); Blue value is 230 (90.23% from 255 or 34.74% from 662); Max value from RGB is 230 - color contains mainly: blue. Hex color #E3CDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CDE6 is #1C3219. Grayscale: #D6D6D6. Windows color (decimal): -1847834 or 15125987. OLE color: 15125987.

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

Color convert

RGB 227 205 230 -
CMYK 0.01 0.11 0 0.10
HSL 292.8º 0.33% 0.85% -
HSV(B) 292.8º 0.11% 0.9% -
XYZ 67.79 65.71 83.97 -
YUV 214.43 136.79 136.97 -
System Red Green Blue C M Y K H S L
Decimal 227 205 230 0.01 0.11 0 0.10 292.8 0.33 0.85
Hex E3 CD E6 1 B 0 A 125 21 55
Octal 343 315 346 1 13 0 12 445 41 125
Binary 11100011 11001101 11100110 1 1011 0 1010 100100101 100001 1010101

Color Harmonies of #E3CDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3CDE6

Black with #E3CDE6

Text Example


Text Example

White with #E3CDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3CDE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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