#ECC0DC

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

Shades of Classic Rose #ECC0DC

Tints of Classic Rose #ECC0DC

Color information

#ECC0DC (or 0xECC0DC) is unknown color: approx Classic Rose. HEX triplet: EC, C0 and DC. RGB value is (236,192,220). Sum of RGB (Red+Green+Blue) = 236+192+220=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 192 (75.39% from 255 or 29.63% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC0DC is #133F23. Grayscale: #D0D0D0. Windows color (decimal): -1261348 or 14467308. OLE color: 14467308.

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

Color convert

RGB236192220-
CMYK00.190.070.07
HSL321.82º53.66%83.92%-
HSV(B)321.82º18.64%92.55%-
XYZ66.3660.775.93-
YUV208.35134.58147.72-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.42%
GREEN value IS 192 (75.39% from 255) = 29.63%
BLUE value IS 220 (86.33% from 255) = 33.95%
R=36.42%
G=29.63%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619222000.190.070.07321.8253.6683.92
HexECC0DC013771423654
Octal3543003340237750266124
Binary1110110011000000110111000100111111111010000101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC0DC; }

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

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

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

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

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

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

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

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