Html Css Color HEX #E8CBE4 Snuff

📋 copy color: '#E8CBE4'

red 232 ◦ green 203 ◦ blue 228

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

Shades of Snuff #E8CBE4

Tints of Snuff #E8CBE4

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.62%

 BLUE value IS 228 (89.45% from 255) = 34.39%

R = 34.99%
G = 30.62%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#E8CBE4 (or 0xE8CBE4) is known color: Snuff. HEX triplet: E8, CB and E4. RGB value is (232,203,228). Sum of RGB (Red+Green+Blue) = 232+203+228=663 (87% of max value = 765). Red value is 232 (91.02% from 255 or 34.99% from 663); Green value is 203 (79.69% from 255 or 30.62% from 663); Blue value is 228 (89.45% from 255 or 34.39% from 663); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CBE4 is #17341B. Grayscale: #D6D6D6. Windows color (decimal): -1520668 or 14994408. OLE color: 14994408.

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

Color convert

RGB 232 203 228 -
CMYK 0 0.12 0.02 0.09
HSL 308.28º 0.39% 0.85% -
HSV(B) 308.28º 0.13% 0.91% -
XYZ 68.64 65.47 82.42 -
YUV 214.52 135.61 140.47 -
System Red Green Blue C M Y K H S L
Decimal 232 203 228 0 0.12 0.02 0.09 308.28 0.39 0.85
Hex E8 CB E4 0 C 2 9 134 27 55
Octal 350 313 344 0 14 2 11 464 47 125
Binary 11101000 11001011 11100100 0 1100 10 1001 100110100 100111 1010101

Color Harmonies of #E8CBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8CBE4

Black with #E8CBE4

Text Example


Text Example

White with #E8CBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8CBE4; }

 p { color: rgb(232,203,228); }

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

background-color css

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

 a { background-color: rgb(232,203,228); }

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

border-color css

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

 span { border-color: rgb(232,203,228); }

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