#EBC6DB

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

Shades of Classic Rose #EBC6DB

Tints of Classic Rose #EBC6DB

Color information

#EBC6DB (or 0xEBC6DB) is unknown color: approx Classic Rose. HEX triplet: EB, C6 and DB. RGB value is (235,198,219). Sum of RGB (Red+Green+Blue) = 235+198+219=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 198 (77.73% from 255 or 30.37% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC6DB is #143924. Grayscale: #D3D3D3. Windows color (decimal): -1325349 or 14403307. OLE color: 14403307.

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

Color convert

RGB235198219-
CMYK00.160.070.08
HSL325.95º48.05%84.9%-
HSV(B)325.95º15.74%92.16%-
XYZ67.2463.1675.67-
YUV211.46132.26144.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.04%
GREEN value IS 198 (77.73% from 255) = 30.37%
BLUE value IS 219 (85.94% from 255) = 33.59%
R=36.04%
G=30.37%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519821900.160.070.08325.9548.0584.9
HexEBC6DB010781463055
Octal35330633302071050660125
Binary11101011110001101101101101000011110001010001101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC6DB; }

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

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

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

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

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

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

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

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