#ECC2DD

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

Shades of Classic Rose #ECC2DD

Tints of Classic Rose #ECC2DD

Color information

#ECC2DD (or 0xECC2DD) is unknown color: approx Classic Rose. HEX triplet: EC, C2 and DD. RGB value is (236,194,221). Sum of RGB (Red+Green+Blue) = 236+194+221=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 194 (76.17% from 255 or 29.80% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC2DD is #133D22. Grayscale: #D1D1D1. Windows color (decimal): -1260835 or 14533356. OLE color: 14533356.

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

Color convert

RGB236194221-
CMYK00.180.060.07
HSL321.43º52.5%84.31%-
HSV(B)321.43º17.8%92.55%-
XYZ66.9461.6476.78-
YUV209.64134.41146.8-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.25%
GREEN value IS 194 (76.17% from 255) = 29.80%
BLUE value IS 221 (86.72% from 255) = 33.95%
R=36.25%
G=29.80%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619422100.180.060.07321.4352.584.31
HexECC2DD012671413454
Octal3543023350226750164124
Binary1110110011000010110111010100101101111010000011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC2DD; }

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

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

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

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

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

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

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

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