#EECADD

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

Shades of Classic Rose #EECADD

Tints of Classic Rose #EECADD

Color information

#EECADD (or 0xEECADD) is unknown color: approx Classic Rose. HEX triplet: EE, CA and DD. RGB value is (238,202,221). Sum of RGB (Red+Green+Blue) = 238+202+221=661 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.01% from 661); Green value is 202 (79.30% from 255 or 30.56% from 661); Blue value is 221 (86.72% from 255 or 33.43% from 661); Max value from RGB is 238 - color contains mainly: red. Hex color #EECADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECADD is #113522. Grayscale: #D6D6D6. Windows color (decimal): -1127715 or 14535406. OLE color: 14535406.

HSL color Cylindrical-coordinate representation of color #EECADD: hue angle of 328.33º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EECADD is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB238202221-
CMYK00.150.070.07
HSL328.33º51.43%86.27%-
HSV(B)328.33º15.13%93.33%-
XYZ69.4365.6477.42-
YUV214.93131.43144.46-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.01%
GREEN value IS 202 (79.30% from 255) = 30.56%
BLUE value IS 221 (86.72% from 255) = 33.43%
R=36.01%
G=30.56%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820222100.150.070.07328.3351.4386.27
HexEECADD0F771483356
Octal3563123350177751063126
Binary111011101100101011011101011111111111010010001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECADD; }

 p { color: rgb(238,202,221); }

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

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

 a { background-color: rgb(238,202,221); }

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

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

 span { border-color: rgb(238,202,221); }

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