#EBCDE1

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

Shades of Classic Rose #EBCDE1

Tints of Classic Rose #EBCDE1

Color information

#EBCDE1 (or 0xEBCDE1) is unknown color: approx Classic Rose. HEX triplet: EB, CD and E1. RGB value is (235,205,225). Sum of RGB (Red+Green+Blue) = 235+205+225=665 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.34% from 665); Green value is 205 (80.47% from 255 or 30.83% from 665); Blue value is 225 (88.28% from 255 or 33.83% from 665); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDE1 is #14321E. Grayscale: #D8D8D8. Windows color (decimal): -1323551 or 14798315. OLE color: 14798315.

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

Color convert

RGB235205225-
CMYK00.130.040.08
HSL320º42.86%86.27%-
HSV(B)320º12.77%92.16%-
XYZ69.6866.7680.45-
YUV216.25132.94141.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.34%
GREEN value IS 205 (80.47% from 255) = 30.83%
BLUE value IS 225 (88.28% from 255) = 33.83%
R=35.34%
G=30.83%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520522500.130.040.0832042.8686.27
HexEBCDE10D481402b56
Octal35331534101541050053126
Binary1110101111001101111000010110110010001010000001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDE1; }

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

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

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

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

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

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

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

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