#ECC1DC

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

Shades of Classic Rose #ECC1DC

Tints of Classic Rose #ECC1DC

Color information

#ECC1DC (or 0xECC1DC) is unknown color: approx Classic Rose. HEX triplet: EC, C1 and DC. RGB value is (236,193,220). Sum of RGB (Red+Green+Blue) = 236+193+220=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 193 (75.78% from 255 or 29.74% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC1DC is #133E23. Grayscale: #D0D0D0. Windows color (decimal): -1261092 or 14467564. OLE color: 14467564.

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

Color convert

RGB236193220-
CMYK00.180.070.07
HSL322.33º53.09%84.12%-
HSV(B)322.33º18.22%92.55%-
XYZ66.5861.1476-
YUV208.94134.25147.3-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.36%
GREEN value IS 193 (75.78% from 255) = 29.74%
BLUE value IS 220 (86.33% from 255) = 33.90%
R=36.36%
G=29.74%
B=33.90%

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
Decimal23619322000.180.070.07322.3353.0984.12
HexECC1DC012771423554
Octal3543013340227750265124
Binary1110110011000001110111000100101111111010000101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC1DC; }

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

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

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

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

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

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

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

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