#EECDDE

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

Shades of Classic Rose #EECDDE

Tints of Classic Rose #EECDDE

Color information

#EECDDE (or 0xEECDDE) is unknown color: approx Classic Rose. HEX triplet: EE, CD and DE. RGB value is (238,205,222). Sum of RGB (Red+Green+Blue) = 238+205+222=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 205 (80.47% from 255 or 30.83% from 665); Blue value is 222 (87.11% from 255 or 33.38% from 665); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDDE is #113221. Grayscale: #D8D8D8. Windows color (decimal): -1126946 or 14601710. OLE color: 14601710.

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

Color convert

RGB238205222-
CMYK00.140.070.07
HSL329.09º49.25%86.86%-
HSV(B)329.09º13.87%93.33%-
XYZ70.2867.1178.36-
YUV216.8130.93143.12-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.79%
GREEN value IS 205 (80.47% from 255) = 30.83%
BLUE value IS 222 (87.11% from 255) = 33.38%
R=35.79%
G=30.83%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820522200.140.070.07329.0949.2586.86
HexEECDDE0E771493157
Octal3563153360167751161127
Binary111011101100110111011110011101111111010010011100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECDDE; }

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

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

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

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

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

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

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

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