#ECC7DD

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

Shades of Classic Rose #ECC7DD

Tints of Classic Rose #ECC7DD

Color information

#ECC7DD (or 0xECC7DD) is unknown color: approx Classic Rose. HEX triplet: EC, C7 and DD. RGB value is (236,199,221). Sum of RGB (Red+Green+Blue) = 236+199+221=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 199 (78.12% from 255 or 30.34% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC7DD is #133822. Grayscale: #D4D4D4. Windows color (decimal): -1259555 or 14534636. OLE color: 14534636.

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

Color convert

RGB236199221-
CMYK00.160.060.07
HSL324.32º49.33%85.29%-
HSV(B)324.32º15.68%92.55%-
XYZ68.0763.977.15-
YUV212.57132.76144.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.98%
GREEN value IS 199 (78.12% from 255) = 30.34%
BLUE value IS 221 (86.72% from 255) = 33.69%
R=35.98%
G=30.34%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619922100.160.060.07324.3249.3385.29
HexECC7DD010671443155
Octal3543073350206750461125
Binary1110110011000111110111010100001101111010001001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC7DD; }

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

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

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

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

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

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

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

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