#EBCEE2

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

Shades of Classic Rose #EBCEE2

Tints of Classic Rose #EBCEE2

Color information

#EBCEE2 (or 0xEBCEE2) is unknown color: approx Classic Rose. HEX triplet: EB, CE and E2. RGB value is (235,206,226). Sum of RGB (Red+Green+Blue) = 235+206+226=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 206 (80.86% from 255 or 30.88% from 667); Blue value is 226 (88.67% from 255 or 33.88% from 667); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCEE2 is #14311D. Grayscale: #D8D8D8. Windows color (decimal): -1323294 or 14864107. OLE color: 14864107.

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

Color convert

RGB235206226-
CMYK00.120.040.08
HSL318.62º42.03%86.47%-
HSV(B)318.62º12.34%92.16%-
XYZ70.0667.381.25-
YUV216.95133.11140.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.23%
GREEN value IS 206 (80.86% from 255) = 30.88%
BLUE value IS 226 (88.67% from 255) = 33.88%
R=35.23%
G=30.88%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520622600.120.040.08318.6242.0386.47
HexEBCEE20C4813f2a56
Octal35331634201441047752126
Binary1110101111001110111000100110010010001001111111010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCEE2; }

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

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

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

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

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

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

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

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