#EBC8DC

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

Shades of Classic Rose #EBC8DC

Tints of Classic Rose #EBC8DC

Color information

#EBC8DC (or 0xEBC8DC) is unknown color: approx Classic Rose. HEX triplet: EB, C8 and DC. RGB value is (235,200,220). Sum of RGB (Red+Green+Blue) = 235+200+220=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 200 (78.52% from 255 or 30.53% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC8DC is #143723. Grayscale: #D4D4D4. Windows color (decimal): -1324836 or 14469355. OLE color: 14469355.

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

Color convert

RGB235200220-
CMYK00.150.060.08
HSL325.71º46.67%85.29%-
HSV(B)325.71º14.89%92.16%-
XYZ67.8364.1476.51-
YUV212.74132.1143.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.88%
GREEN value IS 200 (78.52% from 255) = 30.53%
BLUE value IS 220 (86.33% from 255) = 33.59%
R=35.88%
G=30.53%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520022000.150.060.08325.7146.6785.29
HexEBC8DC0F681462f55
Octal35331033401761050657125
Binary1110101111001000110111000111111010001010001101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC8DC; }

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

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

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

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

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

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

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

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