#ECC6DF

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

Shades of Classic Rose #ECC6DF

Tints of Classic Rose #ECC6DF

Color information

#ECC6DF (or 0xECC6DF) is unknown color: approx Classic Rose. HEX triplet: EC, C6 and DF. RGB value is (236,198,223). Sum of RGB (Red+Green+Blue) = 236+198+223=657 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.92% from 657); Green value is 198 (77.73% from 255 or 30.14% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC6DF is #133920. Grayscale: #D4D4D4. Windows color (decimal): -1259809 or 14665452. OLE color: 14665452.

HSL color Cylindrical-coordinate representation of color #ECC6DF: hue angle of 320.53º degrees, saturation: 0.5, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECC6DF is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB236198223-
CMYK00.160.060.07
HSL320.53º50%85.1%-
HSV(B)320.53º16.1%92.55%-
XYZ68.1163.5578.49-
YUV212.21134.09144.97-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.92%
GREEN value IS 198 (77.73% from 255) = 30.14%
BLUE value IS 223 (87.5% from 255) = 33.94%
R=35.92%
G=30.14%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619822300.160.060.07320.535085.1
HexECC6DF010671413255
Octal3543063370206750162125
Binary1110110011000110110111110100001101111010000011100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC6DF; }

 p { color: rgb(236,198,223); }

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

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

 a { background-color: rgb(236,198,223); }

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

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

 span { border-color: rgb(236,198,223); }

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