#EEC8DF

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

Shades of Classic Rose #EEC8DF

Tints of Classic Rose #EEC8DF

Color information

#EEC8DF (or 0xEEC8DF) is unknown color: approx Classic Rose. HEX triplet: EE, C8 and DF. RGB value is (238,200,223). Sum of RGB (Red+Green+Blue) = 238+200+223=661 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.01% from 661); Green value is 200 (78.52% from 255 or 30.26% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC8DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC8DF is #113720. Grayscale: #D5D5D5. Windows color (decimal): -1128225 or 14665966. OLE color: 14665966.

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

Color convert

RGB238200223-
CMYK00.160.060.07
HSL323.68º52.78%85.88%-
HSV(B)323.68º15.97%93.33%-
XYZ69.2364.8178.67-
YUV213.98133.09145.13-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.01%
GREEN value IS 200 (78.52% from 255) = 30.26%
BLUE value IS 223 (87.5% from 255) = 33.74%
R=36.01%
G=30.26%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820022300.160.060.07323.6852.7885.88
HexEEC8DF010671443556
Octal3563103370206750465126
Binary1110111011001000110111110100001101111010001001101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC8DF; }

 p { color: rgb(238,200,223); }

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

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

 a { background-color: rgb(238,200,223); }

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

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

 span { border-color: rgb(238,200,223); }

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