#EBCADC

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

Shades of Classic Rose #EBCADC

Tints of Classic Rose #EBCADC

Color information

#EBCADC (or 0xEBCADC) is unknown color: approx Classic Rose. HEX triplet: EB, CA and DC. RGB value is (235,202,220). Sum of RGB (Red+Green+Blue) = 235+202+220=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 202 (79.30% from 255 or 30.75% from 657); Blue value is 220 (86.33% from 255 or 33.49% from 657); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCADC is #143523. Grayscale: #D5D5D5. Windows color (decimal): -1324324 or 14469867. OLE color: 14469867.

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

Color convert

RGB235202220-
CMYK00.140.060.08
HSL327.27º45.21%85.69%-
HSV(B)327.27º14.04%92.16%-
XYZ68.365.0776.67-
YUV213.92131.43143.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.77%
GREEN value IS 202 (79.30% from 255) = 30.75%
BLUE value IS 220 (86.33% from 255) = 33.49%
R=35.77%
G=30.75%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520222000.140.060.08327.2745.2185.69
HexEBCADC0E681472d56
Octal35331233401661050755126
Binary1110101111001010110111000111011010001010001111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCADC; }

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

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

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

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

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

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

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

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