#EECCE2

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

Shades of Classic Rose #EECCE2

Tints of Classic Rose #EECCE2

Color information

#EECCE2 (or 0xEECCE2) is unknown color: approx Classic Rose. HEX triplet: EE, CC and E2. RGB value is (238,204,226). Sum of RGB (Red+Green+Blue) = 238+204+226=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 204 (80.08% from 255 or 30.54% from 668); Blue value is 226 (88.67% from 255 or 33.83% from 668); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCE2 is #11331D. Grayscale: #D8D8D8. Windows color (decimal): -1127198 or 14863598. OLE color: 14863598.

HSL color Cylindrical-coordinate representation of color #EECCE2: hue angle of 321.18º 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 #EECCE2 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB238204226-
CMYK00.140.050.07
HSL321.18º50%86.67%-
HSV(B)321.18º14.29%93.33%-
XYZ70.5866.8581.14-
YUV216.67133.26143.21-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.63%
GREEN value IS 204 (80.08% from 255) = 30.54%
BLUE value IS 226 (88.67% from 255) = 33.83%
R=35.63%
G=30.54%
B=33.83%

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
Decimal23820422600.140.050.07321.185086.67
HexEECCE20E571413257
Octal3563143420165750162127
Binary111011101100110011100010011101011111010000011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECCE2; }

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

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

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

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

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

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

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

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