#EEC7DE

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

Shades of Classic Rose #EEC7DE

Tints of Classic Rose #EEC7DE

Color information

#EEC7DE (or 0xEEC7DE) is unknown color: approx Classic Rose. HEX triplet: EE, C7 and DE. RGB value is (238,199,222). Sum of RGB (Red+Green+Blue) = 238+199+222=659 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.12% from 659); Green value is 199 (78.12% from 255 or 30.20% from 659); Blue value is 222 (87.11% from 255 or 33.69% from 659); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC7DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC7DE is #113821. Grayscale: #D5D5D5. Windows color (decimal): -1128482 or 14600174. OLE color: 14600174.

HSL color Cylindrical-coordinate representation of color #EEC7DE: hue angle of 324.62º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEC7DE is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB238199222-
CMYK00.160.070.07
HSL324.62º53.42%85.69%-
HSV(B)324.62º16.39%93.33%-
XYZ68.8764.377.89-
YUV213.28132.92145.63-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.12%
GREEN value IS 199 (78.12% from 255) = 30.20%
BLUE value IS 222 (87.11% from 255) = 33.69%
R=36.12%
G=30.20%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819922200.160.070.07324.6253.4285.69
HexEEC7DE010771453556
Octal3563073360207750565126
Binary1110111011000111110111100100001111111010001011101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC7DE; }

 p { color: rgb(238,199,222); }

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

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

 a { background-color: rgb(238,199,222); }

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

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

 span { border-color: rgb(238,199,222); }

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