#ECC1D6

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

Shades of Classic Rose #ECC1D6

Tints of Classic Rose #ECC1D6

Color information

#ECC1D6 (or 0xECC1D6) is unknown color: approx Classic Rose. HEX triplet: EC, C1 and D6. RGB value is (236,193,214). Sum of RGB (Red+Green+Blue) = 236+193+214=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 193 (75.78% from 255 or 30.02% from 643); Blue value is 214 (83.98% from 255 or 33.28% from 643); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC1D6 is #133E29. Grayscale: #D0D0D0. Windows color (decimal): -1261098 or 14074348. OLE color: 14074348.

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

Color convert

RGB236193214-
CMYK00.180.090.07
HSL330.7º53.09%84.12%-
HSV(B)330.7º18.22%92.55%-
XYZ65.860.8371.89-
YUV208.25131.25147.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.70%
GREEN value IS 193 (75.78% from 255) = 30.02%
BLUE value IS 214 (83.98% from 255) = 33.28%
R=36.70%
G=30.02%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619321400.180.090.07330.753.0984.12
HexECC1D60129714b3554
Octal35430132602211751365124
Binary11101100110000011101011001001010011111010010111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC1D6; }

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

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

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

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

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

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

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

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