#EBBCD5

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

Shades of Classic Rose #EBBCD5

Tints of Classic Rose #EBBCD5

Color information

#EBBCD5 (or 0xEBBCD5) is unknown color: approx Classic Rose. HEX triplet: EB, BC and D5. RGB value is (235,188,213). Sum of RGB (Red+Green+Blue) = 235+188+213=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 188 (73.83% from 255 or 29.56% from 636); Blue value is 213 (83.59% from 255 or 33.49% from 636); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBCD5 is #14432A. Grayscale: #CCCCCC. Windows color (decimal): -1327915 or 14007531. OLE color: 14007531.

HSL color Cylindrical-coordinate representation of color #EBBCD5: hue angle of 328.09º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBBCD5 is Cyan = 0, Magento = 0.2, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB235188213-
CMYK00.20.090.08
HSL328.09º54.02%82.94%-
HSV(B)328.09º20%92.16%-
XYZ64.2558.4370.84-
YUV204.9132.57149.47-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.95%
GREEN value IS 188 (73.83% from 255) = 29.56%
BLUE value IS 213 (83.59% from 255) = 33.49%
R=36.95%
G=29.56%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518821300.20.090.08328.0954.0282.94
HexEBBCD5014981483653
Octal353274325024111051066123
Binary111010111011110011010101010100100110001010010001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBCD5; }

 p { color: rgb(235,188,213); }

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

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

 a { background-color: rgb(235,188,213); }

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

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

 span { border-color: rgb(235,188,213); }

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