#EBCDE2

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

Shades of Classic Rose #EBCDE2

Tints of Classic Rose #EBCDE2

Color information

#EBCDE2 (or 0xEBCDE2) is unknown color: approx Classic Rose. HEX triplet: EB, CD and E2. RGB value is (235,205,226). Sum of RGB (Red+Green+Blue) = 235+205+226=666 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.29% from 666); Green value is 205 (80.47% from 255 or 30.78% from 666); Blue value is 226 (88.67% from 255 or 33.93% from 666); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDE2 is #14321D. Grayscale: #D8D8D8. Windows color (decimal): -1323550 or 14863851. OLE color: 14863851.

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

Color convert

RGB235205226-
CMYK00.130.040.08
HSL318º42.86%86.27%-
HSV(B)318º12.77%92.16%-
XYZ69.8266.8281.17-
YUV216.36133.44141.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.29%
GREEN value IS 205 (80.47% from 255) = 30.78%
BLUE value IS 226 (88.67% from 255) = 33.93%
R=35.29%
G=30.78%
B=33.93%

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
Decimal23520522600.130.040.0831842.8686.27
HexEBCDE20D4813e2b56
Octal35331534201541047653126
Binary1110101111001101111000100110110010001001111101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDE2; }

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

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

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

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

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

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

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

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