Html Css Color HEX #EBCEE8 Snuff

📋 copy color: '#EBCEE8'

red 235 ◦ green 206 ◦ blue 232

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

Shades of Snuff #EBCEE8

Tints of Snuff #EBCEE8

RGB

 RED value IS 235 (92.19% from 255) = 34.92%

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

 BLUE value IS 232 (91.02% from 255) = 34.47%

R = 34.92%
G = 30.61%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EBCEE8 (or 0xEBCEE8) is known color: Snuff. HEX triplet: EB, CE and E8. RGB value is (235,206,232). Sum of RGB (Red+Green+Blue) = 235+206+232=673 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.92% from 673); Green value is 206 (80.86% from 255 or 30.61% from 673); Blue value is 232 (91.02% from 255 or 34.47% from 673); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCEE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCEE8 is #143117. Grayscale: #D9D9D9. Windows color (decimal): -1323288 or 15257323. OLE color: 15257323.

HSL color Cylindrical-coordinate representation of color #EBCEE8: hue angle of 306.21º degrees, saturation: 0.42, 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 #EBCEE8 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 206 232 -
CMYK 0 0.12 0.01 0.08
HSL 306.21º 0.42% 0.86% -
HSV(B) 306.21º 0.12% 0.92% -
XYZ 70.9 67.63 85.66 -
YUV 217.64 136.11 140.39 -
System Red Green Blue C M Y K H S L
Decimal 235 206 232 0 0.12 0.01 0.08 306.21 0.42 0.86
Hex EB CE E8 0 C 1 8 132 2A 56
Octal 353 316 350 0 14 1 10 462 52 126
Binary 11101011 11001110 11101000 0 1100 1 1000 100110010 101010 1010110

Color Harmonies of #EBCEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCEE8

Black with #EBCEE8

Text Example


Text Example

White with #EBCEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCEE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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