#EBCBE2

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

Shades of Classic Rose #EBCBE2

Tints of Classic Rose #EBCBE2

Color information

#EBCBE2 (or 0xEBCBE2) is unknown color: approx Classic Rose. HEX triplet: EB, CB and E2. RGB value is (235,203,226). Sum of RGB (Red+Green+Blue) = 235+203+226=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 203 (79.69% from 255 or 30.57% from 664); Blue value is 226 (88.67% from 255 or 34.04% from 664); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCBE2 is #14341D. Grayscale: #D7D7D7. Windows color (decimal): -1324062 or 14863339. OLE color: 14863339.

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

Color convert

RGB235203226-
CMYK00.140.040.08
HSL316.88º44.44%85.88%-
HSV(B)316.88º13.62%92.16%-
XYZ69.3465.8781.01-
YUV215.19134.1142.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.39%
GREEN value IS 203 (79.69% from 255) = 30.57%
BLUE value IS 226 (88.67% from 255) = 34.04%
R=35.39%
G=30.57%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520322600.140.040.08316.8844.4485.88
HexEBCBE20E4813d2c56
Octal35331334201641047554126
Binary1110101111001011111000100111010010001001111011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCBE2; }

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

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

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

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

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

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

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

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