#EBC4DF

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

Shades of Classic Rose #EBC4DF

Tints of Classic Rose #EBC4DF

Color information

#EBC4DF (or 0xEBC4DF) is unknown color: approx Classic Rose. HEX triplet: EB, C4 and DF. RGB value is (235,196,223). Sum of RGB (Red+Green+Blue) = 235+196+223=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 196 (76.95% from 255 or 29.97% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC4DF is #143B20. Grayscale: #D2D2D2. Windows color (decimal): -1325857 or 14664939. OLE color: 14664939.

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

Color convert

RGB235196223-
CMYK00.170.050.08
HSL318.46º49.37%84.51%-
HSV(B)318.46º16.6%92.16%-
XYZ67.3262.4778.32-
YUV210.74134.92145.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.93%
GREEN value IS 196 (76.95% from 255) = 29.97%
BLUE value IS 223 (87.5% from 255) = 34.10%
R=35.93%
G=29.97%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519622300.170.050.08318.4649.3784.51
HexEBC4DF0115813e3155
Octal35330433702151047661125
Binary11101011110001001101111101000110110001001111101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC4DF; }

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

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

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

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

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

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

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

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