#EBC4DA

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

Shades of Classic Rose #EBC4DA

Tints of Classic Rose #EBC4DA

Color information

#EBC4DA (or 0xEBC4DA) is unknown color: approx Classic Rose. HEX triplet: EB, C4 and DA. RGB value is (235,196,218). Sum of RGB (Red+Green+Blue) = 235+196+218=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 196 (76.95% from 255 or 30.20% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC4DA is #143B25. Grayscale: #D2D2D2. Windows color (decimal): -1325862 or 14337259. OLE color: 14337259.

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

Color convert

RGB235196218-
CMYK00.170.070.08
HSL326.15º49.37%84.51%-
HSV(B)326.15º16.6%92.16%-
XYZ66.6662.274.82-
YUV210.17132.42145.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.21%
GREEN value IS 196 (76.95% from 255) = 30.20%
BLUE value IS 218 (85.55% from 255) = 33.59%
R=36.21%
G=30.20%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519621800.170.070.08326.1549.3784.51
HexEBC4DA011781463155
Octal35330433202171050661125
Binary11101011110001001101101001000111110001010001101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC4DA; }

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

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

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

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

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

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

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

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