#ECC9DD

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

Shades of Classic Rose #ECC9DD

Tints of Classic Rose #ECC9DD

Color information

#ECC9DD (or 0xECC9DD) is unknown color: approx Classic Rose. HEX triplet: EC, C9 and DD. RGB value is (236,201,221). Sum of RGB (Red+Green+Blue) = 236+201+221=658 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.87% from 658); Green value is 201 (78.91% from 255 or 30.55% from 658); Blue value is 221 (86.72% from 255 or 33.59% from 658); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC9DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC9DD is #133622. Grayscale: #D5D5D5. Windows color (decimal): -1259043 or 14535148. OLE color: 14535148.

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

Color convert

RGB236201221-
CMYK00.150.060.07
HSL325.71º47.95%85.69%-
HSV(B)325.71º14.83%92.55%-
XYZ68.5364.8377.31-
YUV213.74132.1143.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.87%
GREEN value IS 201 (78.91% from 255) = 30.55%
BLUE value IS 221 (86.72% from 255) = 33.59%
R=35.87%
G=30.55%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620122100.150.060.07325.7147.9585.69
HexECC9DD0F671463056
Octal3543113350176750660126
Binary111011001100100111011101011111101111010001101100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC9DD; }

 p { color: rgb(236,201,221); }

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

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

 a { background-color: rgb(236,201,221); }

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

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

 span { border-color: rgb(236,201,221); }

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