#EBC7DB

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

Shades of Classic Rose #EBC7DB

Tints of Classic Rose #EBC7DB

Color information

#EBC7DB (or 0xEBC7DB) is unknown color: approx Classic Rose. HEX triplet: EB, C7 and DB. RGB value is (235,199,219). Sum of RGB (Red+Green+Blue) = 235+199+219=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 199 (78.12% from 255 or 30.47% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC7DB is #143824. Grayscale: #D4D4D4. Windows color (decimal): -1325093 or 14403563. OLE color: 14403563.

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

Color convert

RGB235199219-
CMYK00.150.070.08
HSL326.67º47.37%85.1%-
HSV(B)326.67º15.32%92.16%-
XYZ67.4763.6275.74-
YUV212.04131.93144.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.99%
GREEN value IS 199 (78.12% from 255) = 30.47%
BLUE value IS 219 (85.94% from 255) = 33.54%
R=35.99%
G=30.47%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519921900.150.070.08326.6747.3785.1
HexEBC7DB0F781472f55
Octal35330733301771050757125
Binary1110101111000111110110110111111110001010001111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC7DB; }

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

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

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

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

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

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

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

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