#EBC8DA

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

Shades of Classic Rose #EBC8DA

Tints of Classic Rose #EBC8DA

Color information

#EBC8DA (or 0xEBC8DA) is unknown color: approx Classic Rose. HEX triplet: EB, C8 and DA. RGB value is (235,200,218). Sum of RGB (Red+Green+Blue) = 235+200+218=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 200 (78.52% from 255 or 30.63% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC8DA is #143725. Grayscale: #D4D4D4. Windows color (decimal): -1324838 or 14338283. OLE color: 14338283.

HSL color Cylindrical-coordinate representation of color #EBC8DA: hue angle of 329.14º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBC8DA is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB235200218-
CMYK00.150.070.08
HSL329.14º46.67%85.29%-
HSV(B)329.14º14.89%92.16%-
XYZ67.5764.0375.13-
YUV212.52131.1144.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.99%
GREEN value IS 200 (78.52% from 255) = 30.63%
BLUE value IS 218 (85.55% from 255) = 33.38%
R=35.99%
G=30.63%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520021800.150.070.08329.1446.6785.29
HexEBC8DA0F781492f55
Octal35331033201771051157125
Binary1110101111001000110110100111111110001010010011011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC8DA; }

 p { color: rgb(235,200,218); }

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

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

 a { background-color: rgb(235,200,218); }

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

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

 span { border-color: rgb(235,200,218); }

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