#EBC8DE

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

Shades of Classic Rose #EBC8DE

Tints of Classic Rose #EBC8DE

Color information

#EBC8DE (or 0xEBC8DE) is unknown color: approx Classic Rose. HEX triplet: EB, C8 and DE. RGB value is (235,200,222). Sum of RGB (Red+Green+Blue) = 235+200+222=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 200 (78.52% from 255 or 30.44% from 657); Blue value is 222 (87.11% from 255 or 33.79% from 657); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC8DE is #143721. Grayscale: #D4D4D4. Windows color (decimal): -1324834 or 14600427. OLE color: 14600427.

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

Color convert

RGB235200222-
CMYK00.150.060.08
HSL322.29º46.67%85.29%-
HSV(B)322.29º14.89%92.16%-
XYZ68.164.2477.92-
YUV212.97133.1143.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.77%
GREEN value IS 200 (78.52% from 255) = 30.44%
BLUE value IS 222 (87.11% from 255) = 33.79%
R=35.77%
G=30.44%
B=33.79%

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
Decimal23520022200.150.060.08322.2946.6785.29
HexEBC8DE0F681422f55
Octal35331033601761050257125
Binary1110101111001000110111100111111010001010000101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC8DE; }

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

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

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

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

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

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

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

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