#ECC1D2

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

Shades of Classic Rose #ECC1D2

Tints of Classic Rose #ECC1D2

Color information

#ECC1D2 (or 0xECC1D2) is unknown color: approx Classic Rose. HEX triplet: EC, C1 and D2. RGB value is (236,193,210). Sum of RGB (Red+Green+Blue) = 236+193+210=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 193 (75.78% from 255 or 30.20% from 639); Blue value is 210 (82.42% from 255 or 32.86% from 639); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC1D2 is #133E2D. Grayscale: #CFCFCF. Windows color (decimal): -1261102 or 13812204. OLE color: 13812204.

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

Color convert

RGB236193210-
CMYK00.180.110.07
HSL336.28º53.09%84.12%-
HSV(B)336.28º18.22%92.55%-
XYZ65.2960.6369.23-
YUV207.8129.25148.12-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.93%
GREEN value IS 193 (75.78% from 255) = 30.20%
BLUE value IS 210 (82.42% from 255) = 32.86%
R=36.93%
G=30.20%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619321000.180.110.07336.2853.0984.12
HexECC1D2012B71503554
Octal35430132202213752065124
Binary11101100110000011101001001001010111111010100001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC1D2; }

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

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

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

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

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

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

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

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