#EECDE5

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

Shades of Classic Rose #EECDE5

Tints of Classic Rose #EECDE5

Color information

#EECDE5 (or 0xEECDE5) is unknown color: approx Classic Rose. HEX triplet: EE, CD and E5. RGB value is (238,205,229). Sum of RGB (Red+Green+Blue) = 238+205+229=672 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.42% from 672); Green value is 205 (80.47% from 255 or 30.51% from 672); Blue value is 229 (89.84% from 255 or 34.08% from 672); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDE5 is #11321A. Grayscale: #D9D9D9. Windows color (decimal): -1126939 or 15060462. OLE color: 15060462.

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

Color convert

RGB238205229-
CMYK00.140.040.07
HSL316.36º49.25%86.86%-
HSV(B)316.36º13.87%93.33%-
XYZ71.2367.583.4-
YUV217.6134.43142.55-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.42%
GREEN value IS 205 (80.47% from 255) = 30.51%
BLUE value IS 229 (89.84% from 255) = 34.08%
R=35.42%
G=30.51%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820522900.140.040.07316.3649.2586.86
HexEECDE50E4713c3157
Octal3563153450164747461127
Binary111011101100110111100101011101001111001111001100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECDE5; }

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

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

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

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

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

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

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

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