#EBCDE0

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

Shades of Classic Rose #EBCDE0

Tints of Classic Rose #EBCDE0

Color information

#EBCDE0 (or 0xEBCDE0) is unknown color: approx Classic Rose. HEX triplet: EB, CD and E0. RGB value is (235,205,224). Sum of RGB (Red+Green+Blue) = 235+205+224=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 205 (80.47% from 255 or 30.87% from 664); Blue value is 224 (87.89% from 255 or 33.73% from 664); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDE0 is #14321F. Grayscale: #D8D8D8. Windows color (decimal): -1323552 or 14732779. OLE color: 14732779.

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

Color convert

RGB235205224-
CMYK00.130.050.08
HSL322º42.86%86.27%-
HSV(B)322º12.77%92.16%-
XYZ69.5566.7179.73-
YUV216.14132.44141.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.39%
GREEN value IS 205 (80.47% from 255) = 30.87%
BLUE value IS 224 (87.89% from 255) = 33.73%
R=35.39%
G=30.87%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520522400.130.050.0832242.8686.27
HexEBCDE00D581422b56
Octal35331534001551050253126
Binary1110101111001101111000000110110110001010000101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDE0; }

 p { color: rgb(235,205,224); }

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

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

 a { background-color: rgb(235,205,224); }

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

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

 span { border-color: rgb(235,205,224); }

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