#ECC1D9

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

Shades of Classic Rose #ECC1D9

Tints of Classic Rose #ECC1D9

Color information

#ECC1D9 (or 0xECC1D9) is unknown color: approx Classic Rose. HEX triplet: EC, C1 and D9. RGB value is (236,193,217). Sum of RGB (Red+Green+Blue) = 236+193+217=646 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.53% from 646); Green value is 193 (75.78% from 255 or 29.88% from 646); Blue value is 217 (85.16% from 255 or 33.59% from 646); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC1D9 is #133E26. Grayscale: #D0D0D0. Windows color (decimal): -1261095 or 14270956. OLE color: 14270956.

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

Color convert

RGB236193217-
CMYK00.180.080.07
HSL326.51º53.09%84.12%-
HSV(B)326.51º18.22%92.55%-
XYZ66.1960.9873.93-
YUV208.59132.75147.55-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.53%
GREEN value IS 193 (75.78% from 255) = 29.88%
BLUE value IS 217 (85.16% from 255) = 33.59%
R=36.53%
G=29.88%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619321700.180.080.07326.5153.0984.12
HexECC1D9012871473554
Octal35430133102210750765124
Binary11101100110000011101100101001010001111010001111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC1D9; }

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

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

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

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

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

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

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

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