#EBCAD8

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

Shades of Classic Rose #EBCAD8

Tints of Classic Rose #EBCAD8

Color information

#EBCAD8 (or 0xEBCAD8) is unknown color: approx Classic Rose. HEX triplet: EB, CA and D8. RGB value is (235,202,216). Sum of RGB (Red+Green+Blue) = 235+202+216=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 202 (79.30% from 255 or 30.93% from 653); Blue value is 216 (84.77% from 255 or 33.08% from 653); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCAD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCAD8 is #143527. Grayscale: #D5D5D5. Windows color (decimal): -1324328 or 14207723. OLE color: 14207723.

HSL color Cylindrical-coordinate representation of color #EBCAD8: hue angle of 334.55º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBCAD8 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB235202216-
CMYK00.140.080.08
HSL334.55º45.21%85.69%-
HSV(B)334.55º14.04%92.16%-
XYZ67.7864.8673.91-
YUV213.46129.43143.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.99%
GREEN value IS 202 (79.30% from 255) = 30.93%
BLUE value IS 216 (84.77% from 255) = 33.08%
R=35.99%
G=30.93%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520221600.140.080.08334.5545.2185.69
HexEBCAD80E8814f2d56
Octal353312330016101051755126
Binary11101011110010101101100001110100010001010011111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAD8; }

 p { color: rgb(235,202,216); }

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

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

 a { background-color: rgb(235,202,216); }

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

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

 span { border-color: rgb(235,202,216); }

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