#EBCADA

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

Shades of Classic Rose #EBCADA

Tints of Classic Rose #EBCADA

Color information

#EBCADA (or 0xEBCADA) is unknown color: approx Classic Rose. HEX triplet: EB, CA and DA. RGB value is (235,202,218). Sum of RGB (Red+Green+Blue) = 235+202+218=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 202 (79.30% from 255 or 30.84% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCADA is #143525. Grayscale: #D5D5D5. Windows color (decimal): -1324326 or 14338795. OLE color: 14338795.

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

Color convert

RGB235202218-
CMYK00.140.070.08
HSL330.91º45.21%85.69%-
HSV(B)330.91º14.04%92.16%-
XYZ68.0464.9775.28-
YUV213.69130.43143.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.88%
GREEN value IS 202 (79.30% from 255) = 30.84%
BLUE value IS 218 (85.55% from 255) = 33.28%
R=35.88%
G=30.84%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520221800.140.070.08330.9145.2185.69
HexEBCADA0E7814b2d56
Octal35331233201671051355126
Binary1110101111001010110110100111011110001010010111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCADA; }

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

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

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

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

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

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

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

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