#EBC5DD

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

Shades of Classic Rose #EBC5DD

Tints of Classic Rose #EBC5DD

Color information

#EBC5DD (or 0xEBC5DD) is unknown color: approx Classic Rose. HEX triplet: EB, C5 and DD. RGB value is (235,197,221). Sum of RGB (Red+Green+Blue) = 235+197+221=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 197 (77.34% from 255 or 30.17% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC5DD is #143A22. Grayscale: #D3D3D3. Windows color (decimal): -1325603 or 14534123. OLE color: 14534123.

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

Color convert

RGB235197221-
CMYK00.160.060.08
HSL322.11º48.72%84.71%-
HSV(B)322.11º16.17%92.16%-
XYZ67.2862.8276.99-
YUV211.1133.59145.05-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.99%
GREEN value IS 197 (77.34% from 255) = 30.17%
BLUE value IS 221 (86.72% from 255) = 33.84%
R=35.99%
G=30.17%
B=33.84%

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
Decimal23519722100.160.060.08322.1148.7284.71
HexEBC5DD010681423155
Octal35330533502061050261125
Binary11101011110001011101110101000011010001010000101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC5DD; }

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

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

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

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

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

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

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

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