#EECCDF

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

Shades of Classic Rose #EECCDF

Tints of Classic Rose #EECCDF

Color information

#EECCDF (or 0xEECCDF) is unknown color: approx Classic Rose. HEX triplet: EE, CC and DF. RGB value is (238,204,223). Sum of RGB (Red+Green+Blue) = 238+204+223=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 204 (80.08% from 255 or 30.68% from 665); Blue value is 223 (87.5% from 255 or 33.53% from 665); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCDF is #113320. Grayscale: #D8D8D8. Windows color (decimal): -1127201 or 14666990. OLE color: 14666990.

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

Color convert

RGB238204223-
CMYK00.140.060.07
HSL326.47º50%86.67%-
HSV(B)326.47º14.29%93.33%-
XYZ70.1766.6978.99-
YUV216.33131.76143.46-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.79%
GREEN value IS 204 (80.08% from 255) = 30.68%
BLUE value IS 223 (87.5% from 255) = 33.53%
R=35.79%
G=30.68%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820422300.140.060.07326.475086.67
HexEECCDF0E671463257
Octal3563143370166750662127
Binary111011101100110011011111011101101111010001101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECCDF; }

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

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

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

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

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

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

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

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