Html Css Color HEX #E0CEE1 Snuff

📋 copy color: '#E0CEE1'

red 224 ◦ green 206 ◦ blue 225

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

Shades of Snuff #E0CEE1

Tints of Snuff #E0CEE1

RGB

 RED value IS 224 (87.89% from 255) = 34.2%

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

 BLUE value IS 225 (88.28% from 255) = 34.35%

R = 34.2%
G = 31.45%
B = 34.35%

CMYK

 C value IS 0.00

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#E0CEE1 (or 0xE0CEE1) is known color: Snuff. HEX triplet: E0, CE and E1. RGB value is (224,206,225). Sum of RGB (Red+Green+Blue) = 224+206+225=655 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.20% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 225 (88.28% from 255 or 34.35% from 655); Max value from RGB is 225 - color contains mainly: blue. Hex color #E0CEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CEE1 is #1F311E. Grayscale: #D5D5D5. Windows color (decimal): -2044191 or 14798560. OLE color: 14798560.

HSL color Cylindrical-coordinate representation of color #E0CEE1: hue angle of 296.84º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0CEE1 is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 206 225 -
CMYK 0.00 0.08 0 0.12
HSL 296.84º 0.24% 0.85% -
HSV(B) 296.84º 0.08% 0.88% -
XYZ 66.4 65.43 80.36 -
YUV 213.55 134.46 135.46 -
System Red Green Blue C M Y K H S L
Decimal 224 206 225 0.00 0.08 0 0.12 296.84 0.24 0.85
Hex E0 CE E1 0 8 0 C 129 18 55
Octal 340 316 341 0 10 0 14 451 30 125
Binary 11100000 11001110 11100001 0 1000 0 1100 100101001 11000 1010101

Color Harmonies of #E0CEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CEE1

Black with #E0CEE1

Text Example


Text Example

White with #E0CEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CEE1; }

 p { color: rgb(224,206,225); }

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

background-color css

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

 a { background-color: rgb(224,206,225); }

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

border-color css

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

 span { border-color: rgb(224,206,225); }

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