#EBC4DC

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

Shades of Classic Rose #EBC4DC

Tints of Classic Rose #EBC4DC

Color information

#EBC4DC (or 0xEBC4DC) is unknown color: approx Classic Rose. HEX triplet: EB, C4 and DC. RGB value is (235,196,220). Sum of RGB (Red+Green+Blue) = 235+196+220=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 196 (76.95% from 255 or 30.11% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC4DC is #143B23. Grayscale: #D2D2D2. Windows color (decimal): -1325860 or 14468331. OLE color: 14468331.

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

Color convert

RGB235196220-
CMYK00.170.060.08
HSL323.08º49.37%84.51%-
HSV(B)323.08º16.6%92.16%-
XYZ66.9262.3176.21-
YUV210.4133.42145.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.10%
GREEN value IS 196 (76.95% from 255) = 30.11%
BLUE value IS 220 (86.33% from 255) = 33.79%
R=36.10%
G=30.11%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519622000.170.060.08323.0849.3784.51
HexEBC4DC011681433155
Octal35330433402161050361125
Binary11101011110001001101110001000111010001010000111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC4DC; }

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

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

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

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

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

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

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

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