#EECCE3

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

Shades of Classic Rose #EECCE3

Tints of Classic Rose #EECCE3

Color information

#EECCE3 (or 0xEECCE3) is unknown color: approx Classic Rose. HEX triplet: EE, CC and E3. RGB value is (238,204,227). Sum of RGB (Red+Green+Blue) = 238+204+227=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 204 (80.08% from 255 or 30.49% from 669); Blue value is 227 (89.06% from 255 or 33.93% from 669); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCE3 is #11331C. Grayscale: #D8D8D8. Windows color (decimal): -1127197 or 14929134. OLE color: 14929134.

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

Color convert

RGB238204227-
CMYK00.140.050.07
HSL319.41º50%86.67%-
HSV(B)319.41º14.29%93.33%-
XYZ70.7266.9181.86-
YUV216.79133.76143.13-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.58%
GREEN value IS 204 (80.08% from 255) = 30.49%
BLUE value IS 227 (89.06% from 255) = 33.93%
R=35.58%
G=30.49%
B=33.93%

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
Decimal23820422700.140.050.07319.415086.67
HexEECCE30E5713f3257
Octal3563143430165747762127
Binary111011101100110011100011011101011111001111111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECCE3; }

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

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

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

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

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

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

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

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