Html Css Color HEX #EBCCE8 Snuff

📋 copy color: '#EBCCE8'

red 235 ◦ green 204 ◦ blue 232

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

Shades of Snuff #EBCCE8

Tints of Snuff #EBCCE8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.4%

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

R = 35.02%
G = 30.4%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EBCCE8 (or 0xEBCCE8) is known color: Snuff. HEX triplet: EB, CC and E8. RGB value is (235,204,232). Sum of RGB (Red+Green+Blue) = 235+204+232=671 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.02% from 671); Green value is 204 (80.08% from 255 or 30.40% from 671); Blue value is 232 (91.02% from 255 or 34.58% from 671); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCCE8 is #143317. Grayscale: #D8D8D8. Windows color (decimal): -1323800 or 15256811. OLE color: 15256811.

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

Color convert

RGB 235 204 232 -
CMYK 0 0.13 0.01 0.08
HSL 305.81º 0.44% 0.86% -
HSV(B) 305.81º 0.13% 0.92% -
XYZ 70.42 66.67 85.5 -
YUV 216.46 136.77 141.22 -
System Red Green Blue C M Y K H S L
Decimal 235 204 232 0 0.13 0.01 0.08 305.81 0.44 0.86
Hex EB CC E8 0 D 1 8 132 2C 56
Octal 353 314 350 0 15 1 10 462 54 126
Binary 11101011 11001100 11101000 0 1101 1 1000 100110010 101100 1010110

Color Harmonies of #EBCCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCCE8

Black with #EBCCE8

Text Example


Text Example

White with #EBCCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCCE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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