#EBC5DB

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

Shades of Classic Rose #EBC5DB

Tints of Classic Rose #EBC5DB

Color information

#EBC5DB (or 0xEBC5DB) is unknown color: approx Classic Rose. HEX triplet: EB, C5 and DB. RGB value is (235,197,219). Sum of RGB (Red+Green+Blue) = 235+197+219=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 197 (77.34% from 255 or 30.26% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC5DB is #143A24. Grayscale: #D2D2D2. Windows color (decimal): -1325605 or 14403051. OLE color: 14403051.

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

Color convert

RGB235197219-
CMYK00.160.070.08
HSL325.26º48.72%84.71%-
HSV(B)325.26º16.17%92.16%-
XYZ67.0162.7175.59-
YUV210.87132.59145.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.10%
GREEN value IS 197 (77.34% from 255) = 30.26%
BLUE value IS 219 (85.94% from 255) = 33.64%
R=36.10%
G=30.26%
B=33.64%

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
Decimal23519721900.160.070.08325.2648.7284.71
HexEBC5DB010781453155
Octal35330533302071050561125
Binary11101011110001011101101101000011110001010001011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC5DB; }

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

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

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

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

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

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

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

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