Html Css Color HEX #E8CEEA Snuff

📋 copy color: '#E8CEEA'

red 232 ◦ green 206 ◦ blue 234

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

Shades of Snuff #E8CEEA

Tints of Snuff #E8CEEA

RGB

 RED value IS 232 (91.02% from 255) = 34.52%

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

 BLUE value IS 234 (91.8% from 255) = 34.82%

R = 34.52%
G = 30.65%
B = 34.82%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E8CEEA (or 0xE8CEEA) is known color: Snuff. HEX triplet: E8, CE and EA. RGB value is (232,206,234). Sum of RGB (Red+Green+Blue) = 232+206+234=672 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.52% from 672); Green value is 206 (80.86% from 255 or 30.65% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 234 - color contains mainly: blue. Hex color #E8CEEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CEEA is #173115. Grayscale: #D8D8D8. Windows color (decimal): -1519894 or 15388392. OLE color: 15388392.

HSL color Cylindrical-coordinate representation of color #E8CEEA: hue angle of 295.71º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E8CEEA is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 232 206 234 -
CMYK 0.01 0.12 0 0.08
HSL 295.71º 0.4% 0.86% -
HSV(B) 295.71º 0.12% 0.92% -
XYZ 70.2 67.24 87.12 -
YUV 216.97 137.61 138.72 -
System Red Green Blue C M Y K H S L
Decimal 232 206 234 0.01 0.12 0 0.08 295.71 0.4 0.86
Hex E8 CE EA 1 C 0 8 128 28 56
Octal 350 316 352 1 14 0 10 450 50 126
Binary 11101000 11001110 11101010 1 1100 0 1000 100101000 101000 1010110

Color Harmonies of #E8CEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8CEEA

Black with #E8CEEA

Text Example


Text Example

White with #E8CEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8CEEA; }

 p { color: rgb(232,206,234); }

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

background-color css

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

 a { background-color: rgb(232,206,234); }

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

border-color css

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

 span { border-color: rgb(232,206,234); }

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