#EBCCE2

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

Shades of Classic Rose #EBCCE2

Tints of Classic Rose #EBCCE2

Color information

#EBCCE2 (or 0xEBCCE2) is unknown color: approx Classic Rose. HEX triplet: EB, CC and E2. RGB value is (235,204,226). Sum of RGB (Red+Green+Blue) = 235+204+226=665 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.34% from 665); Green value is 204 (80.08% from 255 or 30.68% from 665); Blue value is 226 (88.67% from 255 or 33.98% from 665); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCCE2 is #14331D. Grayscale: #D7D7D7. Windows color (decimal): -1323806 or 14863595. OLE color: 14863595.

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

Color convert

RGB235204226-
CMYK00.130.040.08
HSL317.42º43.66%86.08%-
HSV(B)317.42º13.19%92.16%-
XYZ69.5866.3481.09-
YUV215.78133.77141.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.34%
GREEN value IS 204 (80.08% from 255) = 30.68%
BLUE value IS 226 (88.67% from 255) = 33.98%
R=35.34%
G=30.68%
B=33.98%

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
Decimal23520422600.130.040.08317.4243.6686.08
HexEBCCE20D4813d2c56
Octal35331434201541047554126
Binary1110101111001100111000100110110010001001111011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCCE2; }

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

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

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

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

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

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

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

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