#ECC2DC

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

Shades of Classic Rose #ECC2DC

Tints of Classic Rose #ECC2DC

Color information

#ECC2DC (or 0xECC2DC) is unknown color: approx Classic Rose. HEX triplet: EC, C2 and DC. RGB value is (236,194,220). Sum of RGB (Red+Green+Blue) = 236+194+220=650 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.31% from 650); Green value is 194 (76.17% from 255 or 29.85% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC2DC is #133D23. Grayscale: #D1D1D1. Windows color (decimal): -1260836 or 14467820. OLE color: 14467820.

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

Color convert

RGB236194220-
CMYK00.180.070.07
HSL322.86º52.5%84.31%-
HSV(B)322.86º17.8%92.55%-
XYZ66.861.5876.08-
YUV209.52133.91146.89-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.31%
GREEN value IS 194 (76.17% from 255) = 29.85%
BLUE value IS 220 (86.33% from 255) = 33.85%
R=36.31%
G=29.85%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619422000.180.070.07322.8652.584.31
HexECC2DC012771433454
Octal3543023340227750364124
Binary1110110011000010110111000100101111111010000111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC2DC; }

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

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

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

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

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

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

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

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