#EBCADF

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

Shades of Classic Rose #EBCADF

Tints of Classic Rose #EBCADF

Color information

#EBCADF (or 0xEBCADF) is unknown color: approx Classic Rose. HEX triplet: EB, CA and DF. RGB value is (235,202,223). Sum of RGB (Red+Green+Blue) = 235+202+223=660 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.61% from 660); Green value is 202 (79.30% from 255 or 30.61% from 660); Blue value is 223 (87.5% from 255 or 33.79% from 660); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCADF is #143520. Grayscale: #D6D6D6. Windows color (decimal): -1324321 or 14666475. OLE color: 14666475.

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

Color convert

RGB235202223-
CMYK00.140.050.08
HSL321.82º45.21%85.69%-
HSV(B)321.82º14.04%92.16%-
XYZ68.765.2378.78-
YUV214.26132.93142.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.61%
GREEN value IS 202 (79.30% from 255) = 30.61%
BLUE value IS 223 (87.5% from 255) = 33.79%
R=35.61%
G=30.61%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520222300.140.050.08321.8245.2185.69
HexEBCADF0E581422d56
Octal35331233701651050255126
Binary1110101111001010110111110111010110001010000101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCADF; }

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

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

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

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

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

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

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

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