#EECDE1

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

Shades of Classic Rose #EECDE1

Tints of Classic Rose #EECDE1

Color information

#EECDE1 (or 0xEECDE1) is unknown color: approx Classic Rose. HEX triplet: EE, CD and E1. RGB value is (238,205,225). Sum of RGB (Red+Green+Blue) = 238+205+225=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 205 (80.47% from 255 or 30.69% from 668); Blue value is 225 (88.28% from 255 or 33.68% from 668); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDE1 is #11321E. Grayscale: #D9D9D9. Windows color (decimal): -1126943 or 14798318. OLE color: 14798318.

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

Color convert

RGB238205225-
CMYK00.140.050.07
HSL323.64º49.25%86.86%-
HSV(B)323.64º13.87%93.33%-
XYZ70.6867.2880.49-
YUV217.15132.43142.87-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.63%
GREEN value IS 205 (80.47% from 255) = 30.69%
BLUE value IS 225 (88.28% from 255) = 33.68%
R=35.63%
G=30.69%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820522500.140.050.07323.6449.2586.86
HexEECDE10E571443157
Octal3563153410165750461127
Binary111011101100110111100001011101011111010001001100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECDE1; }

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

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

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

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

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

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

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

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