#EBCEE3

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

Shades of Classic Rose #EBCEE3

Tints of Classic Rose #EBCEE3

Color information

#EBCEE3 (or 0xEBCEE3) is unknown color: approx Classic Rose. HEX triplet: EB, CE and E3. RGB value is (235,206,227). Sum of RGB (Red+Green+Blue) = 235+206+227=668 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.18% from 668); Green value is 206 (80.86% from 255 or 30.84% from 668); Blue value is 227 (89.06% from 255 or 33.98% from 668); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCEE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCEE3 is #14311C. Grayscale: #D9D9D9. Windows color (decimal): -1323293 or 14929643. OLE color: 14929643.

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

Color convert

RGB235206227-
CMYK00.120.030.08
HSL316.55º42.03%86.47%-
HSV(B)316.55º12.34%92.16%-
XYZ70.267.3581.97-
YUV217.06133.61140.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.18%
GREEN value IS 206 (80.86% from 255) = 30.84%
BLUE value IS 227 (89.06% from 255) = 33.98%
R=35.18%
G=30.84%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520622700.120.030.08316.5542.0386.47
HexEBCEE30C3813d2a56
Octal35331634301431047552126
Binary111010111100111011100011011001110001001111011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCEE3; }

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

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

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

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

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

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

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

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