#EBCADB

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

Shades of Classic Rose #EBCADB

Tints of Classic Rose #EBCADB

Color information

#EBCADB (or 0xEBCADB) is unknown color: approx Classic Rose. HEX triplet: EB, CA and DB. RGB value is (235,202,219). Sum of RGB (Red+Green+Blue) = 235+202+219=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 202 (79.30% from 255 or 30.79% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCADB is #143524. Grayscale: #D5D5D5. Windows color (decimal): -1324325 or 14404331. OLE color: 14404331.

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

Color convert

RGB235202219-
CMYK00.140.070.08
HSL329.09º45.21%85.69%-
HSV(B)329.09º14.04%92.16%-
XYZ68.1765.0275.97-
YUV213.8130.93143.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.82%
GREEN value IS 202 (79.30% from 255) = 30.79%
BLUE value IS 219 (85.94% from 255) = 33.38%
R=35.82%
G=30.79%
B=33.38%

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
Decimal23520221900.140.070.08329.0945.2185.69
HexEBCADB0E781492d56
Octal35331233301671051155126
Binary1110101111001010110110110111011110001010010011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCADB; }

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

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

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

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

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

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

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

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