#EECDDF

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

Shades of Classic Rose #EECDDF

Tints of Classic Rose #EECDDF

Color information

#EECDDF (or 0xEECDDF) is unknown color: approx Classic Rose. HEX triplet: EE, CD and DF. RGB value is (238,205,223). Sum of RGB (Red+Green+Blue) = 238+205+223=666 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.74% from 666); Green value is 205 (80.47% from 255 or 30.78% from 666); Blue value is 223 (87.5% from 255 or 33.48% from 666); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDDF is #113220. Grayscale: #D8D8D8. Windows color (decimal): -1126945 or 14667246. OLE color: 14667246.

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

Color convert

RGB238205223-
CMYK00.140.060.07
HSL327.27º49.25%86.86%-
HSV(B)327.27º13.87%93.33%-
XYZ70.4167.1779.07-
YUV216.92131.43143.04-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.74%
GREEN value IS 205 (80.47% from 255) = 30.78%
BLUE value IS 223 (87.5% from 255) = 33.48%
R=35.74%
G=30.78%
B=33.48%

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
Decimal23820522300.140.060.07327.2749.2586.86
HexEECDDF0E671473157
Octal3563153370166750761127
Binary111011101100110111011111011101101111010001111100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECDDF; }

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

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

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

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

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

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

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

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