#EBC6DF

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

Shades of Classic Rose #EBC6DF

Tints of Classic Rose #EBC6DF

Color information

#EBC6DF (or 0xEBC6DF) is unknown color: approx Classic Rose. HEX triplet: EB, C6 and DF. RGB value is (235,198,223). Sum of RGB (Red+Green+Blue) = 235+198+223=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 198 (77.73% from 255 or 30.18% from 656); Blue value is 223 (87.5% from 255 or 33.99% from 656); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC6DF is #143920. Grayscale: #D3D3D3. Windows color (decimal): -1325345 or 14665451. OLE color: 14665451.

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

Color convert

RGB235198223-
CMYK00.160.050.08
HSL319.46º48.05%84.9%-
HSV(B)319.46º15.74%92.16%-
XYZ67.7763.3878.47-
YUV211.91134.26144.47-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.82%
GREEN value IS 198 (77.73% from 255) = 30.18%
BLUE value IS 223 (87.5% from 255) = 33.99%
R=35.82%
G=30.18%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519822300.160.050.08319.4648.0584.9
HexEBC6DF0105813f3055
Octal35330633702051047760125
Binary11101011110001101101111101000010110001001111111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC6DF; }

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

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

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

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

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

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

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

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