#ECC6DE

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

Shades of Classic Rose #ECC6DE

Tints of Classic Rose #ECC6DE

Color information

#ECC6DE (or 0xECC6DE) is unknown color: approx Classic Rose. HEX triplet: EC, C6 and DE. RGB value is (236,198,222). Sum of RGB (Red+Green+Blue) = 236+198+222=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 198 (77.73% from 255 or 30.18% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC6DE is #133921. Grayscale: #D4D4D4. Windows color (decimal): -1259810 or 14599916. OLE color: 14599916.

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

Color convert

RGB236198222-
CMYK00.160.060.07
HSL322.11º50%85.1%-
HSV(B)322.11º16.1%92.55%-
XYZ67.9763.4977.78-
YUV212.1133.59145.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.98%
GREEN value IS 198 (77.73% from 255) = 30.18%
BLUE value IS 222 (87.11% from 255) = 33.84%
R=35.98%
G=30.18%
B=33.84%

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
Decimal23619822200.160.060.07322.115085.1
HexECC6DE010671423255
Octal3543063360206750262125
Binary1110110011000110110111100100001101111010000101100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC6DE; }

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

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

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

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

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

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

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

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