#EECCE1

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

Shades of Classic Rose #EECCE1

Tints of Classic Rose #EECCE1

Color information

#EECCE1 (or 0xEECCE1) is unknown color: approx Classic Rose. HEX triplet: EE, CC and E1. RGB value is (238,204,225). Sum of RGB (Red+Green+Blue) = 238+204+225=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 204 (80.08% from 255 or 30.58% from 667); Blue value is 225 (88.28% from 255 or 33.73% from 667); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCE1 is #11331E. Grayscale: #D8D8D8. Windows color (decimal): -1127199 or 14798062. OLE color: 14798062.

HSL color Cylindrical-coordinate representation of color #EECCE1: hue angle of 322.94º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EECCE1 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB238204225-
CMYK00.140.050.07
HSL322.94º50%86.67%-
HSV(B)322.94º14.29%93.33%-
XYZ70.4466.880.41-
YUV216.56132.76143.29-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.68%
GREEN value IS 204 (80.08% from 255) = 30.58%
BLUE value IS 225 (88.28% from 255) = 33.73%
R=35.68%
G=30.58%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820422500.140.050.07322.945086.67
HexEECCE10E571433257
Octal3563143410165750362127
Binary111011101100110011100001011101011111010000111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECCE1; }

 p { color: rgb(238,204,225); }

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

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

 a { background-color: rgb(238,204,225); }

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

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

 span { border-color: rgb(238,204,225); }

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