#EBC5DA

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

Shades of Classic Rose #EBC5DA

Tints of Classic Rose #EBC5DA

Color information

#EBC5DA (or 0xEBC5DA) is unknown color: approx Classic Rose. HEX triplet: EB, C5 and DA. RGB value is (235,197,218). Sum of RGB (Red+Green+Blue) = 235+197+218=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 197 (77.34% from 255 or 30.31% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC5DA is #143A25. Grayscale: #D2D2D2. Windows color (decimal): -1325606 or 14337515. OLE color: 14337515.

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

Color convert

RGB235197218-
CMYK00.160.070.08
HSL326.84º48.72%84.71%-
HSV(B)326.84º16.17%92.16%-
XYZ66.8862.6674.9-
YUV210.76132.09145.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.15%
GREEN value IS 197 (77.34% from 255) = 30.31%
BLUE value IS 218 (85.55% from 255) = 33.54%
R=36.15%
G=30.31%
B=33.54%

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
Decimal23519721800.160.070.08326.8448.7284.71
HexEBC5DA010781473155
Octal35330533202071050761125
Binary11101011110001011101101001000011110001010001111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC5DA; }

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

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

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

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

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

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

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

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