#EBC6DD

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

Shades of Classic Rose #EBC6DD

Tints of Classic Rose #EBC6DD

Color information

#EBC6DD (or 0xEBC6DD) is unknown color: approx Classic Rose. HEX triplet: EB, C6 and DD. RGB value is (235,198,221). Sum of RGB (Red+Green+Blue) = 235+198+221=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 198 (77.73% from 255 or 30.28% from 654); Blue value is 221 (86.72% from 255 or 33.79% from 654); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC6DD is #143922. Grayscale: #D3D3D3. Windows color (decimal): -1325347 or 14534379. OLE color: 14534379.

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

Color convert

RGB235198221-
CMYK00.160.060.08
HSL322.7º48.05%84.9%-
HSV(B)322.7º15.74%92.16%-
XYZ67.5163.2777.06-
YUV211.68133.26144.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.93%
GREEN value IS 198 (77.73% from 255) = 30.28%
BLUE value IS 221 (86.72% from 255) = 33.79%
R=35.93%
G=30.28%
B=33.79%

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
Decimal23519822100.160.060.08322.748.0584.9
HexEBC6DD010681433055
Octal35330633502061050360125
Binary11101011110001101101110101000011010001010000111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC6DD; }

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

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

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

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

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

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

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

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