#EBC5DE

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

Shades of Classic Rose #EBC5DE

Tints of Classic Rose #EBC5DE

Color information

#EBC5DE (or 0xEBC5DE) is unknown color: approx Classic Rose. HEX triplet: EB, C5 and DE. RGB value is (235,197,222). Sum of RGB (Red+Green+Blue) = 235+197+222=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 197 (77.34% from 255 or 30.12% from 654); Blue value is 222 (87.11% from 255 or 33.94% from 654); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC5DE is #143A21. Grayscale: #D3D3D3. Windows color (decimal): -1325602 or 14599659. OLE color: 14599659.

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

Color convert

RGB235197222-
CMYK00.160.060.08
HSL320.53º48.72%84.71%-
HSV(B)320.53º16.17%92.16%-
XYZ67.4162.8777.69-
YUV211.21134.09144.97-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.93%
GREEN value IS 197 (77.34% from 255) = 30.12%
BLUE value IS 222 (87.11% from 255) = 33.94%
R=35.93%
G=30.12%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519722200.160.060.08320.5348.7284.71
HexEBC5DE010681413155
Octal35330533602061050161125
Binary11101011110001011101111001000011010001010000011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC5DE; }

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

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

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

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

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

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

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

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