#EBCCE1

Color #EBCCE1 Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #EBCCE1

Tints of Classic Rose #EBCCE1

Color information

#EBCCE1 (or 0xEBCCE1) is unknown color: approx Classic Rose. HEX triplet: EB, CC and E1. RGB value is (235,204,225). Sum of RGB (Red+Green+Blue) = 235+204+225=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 204 (80.08% from 255 or 30.72% from 664); Blue value is 225 (88.28% from 255 or 33.89% from 664); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCCE1 is #14331E. Grayscale: #D7D7D7. Windows color (decimal): -1323807 or 14798059. OLE color: 14798059.

HSL color Cylindrical-coordinate representation of color #EBCCE1: hue angle of 319.35º 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 #EBCCE1 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB235204225-
CMYK00.130.040.08
HSL319.35º43.66%86.08%-
HSV(B)319.35º13.19%92.16%-
XYZ69.4466.2880.37-
YUV215.66133.27141.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.39%
GREEN value IS 204 (80.08% from 255) = 30.72%
BLUE value IS 225 (88.28% from 255) = 33.89%
R=35.39%
G=30.72%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520422500.130.040.08319.3543.6686.08
HexEBCCE10D4813f2c56
Octal35331434101541047754126
Binary1110101111001100111000010110110010001001111111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCCE1; }

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

 H1.HeaderClassName
 {
   color: #EBCCE1;
 }
 .AnyTagClassName
 {
   color: #EBCCE1;
 }
</style>
background-color css

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

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

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

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

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

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