#ECC9DE

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

Shades of Classic Rose #ECC9DE

Tints of Classic Rose #ECC9DE

Color information

#ECC9DE (or 0xECC9DE) is unknown color: approx Classic Rose. HEX triplet: EC, C9 and DE. RGB value is (236,201,222). Sum of RGB (Red+Green+Blue) = 236+201+222=659 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.81% from 659); Green value is 201 (78.91% from 255 or 30.50% from 659); Blue value is 222 (87.11% from 255 or 33.69% from 659); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC9DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC9DE is #133621. Grayscale: #D5D5D5. Windows color (decimal): -1259042 or 14600684. OLE color: 14600684.

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

Color convert

RGB236201222-
CMYK00.150.060.07
HSL324º47.95%85.69%-
HSV(B)324º14.83%92.55%-
XYZ68.6664.8878.01-
YUV213.86132.6143.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.81%
GREEN value IS 201 (78.91% from 255) = 30.50%
BLUE value IS 222 (87.11% from 255) = 33.69%
R=35.81%
G=30.50%
B=33.69%

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
Decimal23620122200.150.060.0732447.9585.69
HexECC9DE0F671443056
Octal3543113360176750460126
Binary111011001100100111011110011111101111010001001100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC9DE; }

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

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

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

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

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

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

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

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