#EBCEE0

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

Shades of Classic Rose #EBCEE0

Tints of Classic Rose #EBCEE0

Color information

#EBCEE0 (or 0xEBCEE0) is unknown color: approx Classic Rose. HEX triplet: EB, CE and E0. RGB value is (235,206,224). Sum of RGB (Red+Green+Blue) = 235+206+224=665 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.34% from 665); Green value is 206 (80.86% from 255 or 30.98% from 665); Blue value is 224 (87.89% from 255 or 33.68% from 665); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCEE0 is #14311F. Grayscale: #D8D8D8. Windows color (decimal): -1323296 or 14733035. OLE color: 14733035.

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

Color convert

RGB235206224-
CMYK00.120.050.08
HSL322.76º42.03%86.47%-
HSV(B)322.76º12.34%92.16%-
XYZ69.7967.1979.81-
YUV216.72132.11141.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.34%
GREEN value IS 206 (80.86% from 255) = 30.98%
BLUE value IS 224 (87.89% from 255) = 33.68%
R=35.34%
G=30.98%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520622400.120.050.08322.7642.0386.47
HexEBCEE00C581432a56
Octal35331634001451050352126
Binary1110101111001110111000000110010110001010000111010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCEE0; }

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

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

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

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

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

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

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

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