Html Css Color HEX #E8CAE6 Snuff

📋 copy color: '#E8CAE6'

red 232 ◦ green 202 ◦ blue 230

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

Shades of Snuff #E8CAE6

Tints of Snuff #E8CAE6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.42%

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

R = 34.94%
G = 30.42%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#E8CAE6 (or 0xE8CAE6) is known color: Snuff. HEX triplet: E8, CA and E6. RGB value is (232,202,230). Sum of RGB (Red+Green+Blue) = 232+202+230=664 (87% of max value = 765). Red value is 232 (91.02% from 255 or 34.94% from 664); Green value is 202 (79.30% from 255 or 30.42% from 664); Blue value is 230 (90.23% from 255 or 34.64% from 664); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CAE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CAE6 is #173519. Grayscale: #D6D6D6. Windows color (decimal): -1520922 or 15125224. OLE color: 15125224.

HSL color Cylindrical-coordinate representation of color #E8CAE6: hue angle of 304º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E8CAE6 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 202 230 -
CMYK 0 0.13 0.01 0.09
HSL 304º 0.39% 0.85% -
HSV(B) 304º 0.13% 0.91% -
XYZ 68.68 65.11 83.81 -
YUV 214.16 136.94 140.72 -
System Red Green Blue C M Y K H S L
Decimal 232 202 230 0 0.13 0.01 0.09 304 0.39 0.85
Hex E8 CA E6 0 D 1 9 130 27 55
Octal 350 312 346 0 15 1 11 460 47 125
Binary 11101000 11001010 11100110 0 1101 1 1001 100110000 100111 1010101

Color Harmonies of #E8CAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8CAE6

Black with #E8CAE6

Text Example


Text Example

White with #E8CAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8CAE6; }

 p { color: rgb(232,202,230); }

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

background-color css

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

 a { background-color: rgb(232,202,230); }

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

border-color css

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

 span { border-color: rgb(232,202,230); }

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