#ECC6DC

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

Shades of Classic Rose #ECC6DC

Tints of Classic Rose #ECC6DC

Color information

#ECC6DC (or 0xECC6DC) is unknown color: approx Classic Rose. HEX triplet: EC, C6 and DC. RGB value is (236,198,220). Sum of RGB (Red+Green+Blue) = 236+198+220=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 198 (77.73% from 255 or 30.28% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC6DC is #133923. Grayscale: #D3D3D3. Windows color (decimal): -1259812 or 14468844. OLE color: 14468844.

HSL color Cylindrical-coordinate representation of color #ECC6DC: hue angle of 325.26º degrees, saturation: 0.5, 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 #ECC6DC is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB236198220-
CMYK00.160.070.07
HSL325.26º50%85.1%-
HSV(B)325.26º16.1%92.55%-
XYZ67.763.3976.38-
YUV211.87132.59145.21-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.09%
GREEN value IS 198 (77.73% from 255) = 30.28%
BLUE value IS 220 (86.33% from 255) = 33.64%
R=36.09%
G=30.28%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619822000.160.070.07325.265085.1
HexECC6DC010771453255
Octal3543063340207750562125
Binary1110110011000110110111000100001111111010001011100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC6DC; }

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

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

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

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

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

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

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

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