#ECC0DD

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

Shades of Classic Rose #ECC0DD

Tints of Classic Rose #ECC0DD

Color information

#ECC0DD (or 0xECC0DD) is unknown color: approx Classic Rose. HEX triplet: EC, C0 and DD. RGB value is (236,192,221). Sum of RGB (Red+Green+Blue) = 236+192+221=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 192 (75.39% from 255 or 29.58% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC0DD is #133F22. Grayscale: #D0D0D0. Windows color (decimal): -1261347 or 14532844. OLE color: 14532844.

HSL color Cylindrical-coordinate representation of color #ECC0DD: hue angle of 320.45º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECC0DD is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB236192221-
CMYK00.190.060.07
HSL320.45º53.66%83.92%-
HSV(B)320.45º18.64%92.55%-
XYZ66.4960.7576.63-
YUV208.46135.08147.64-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.36%
GREEN value IS 192 (75.39% from 255) = 29.58%
BLUE value IS 221 (86.72% from 255) = 34.05%
R=36.36%
G=29.58%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619222100.190.060.07320.4553.6683.92
HexECC0DD013671403654
Octal3543003350236750066124
Binary1110110011000000110111010100111101111010000001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC0DD; }

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

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

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

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

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

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

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

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