#ECC5DF

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

Shades of Classic Rose #ECC5DF

Tints of Classic Rose #ECC5DF

Color information

#ECC5DF (or 0xECC5DF) is unknown color: approx Classic Rose. HEX triplet: EC, C5 and DF. RGB value is (236,197,223). Sum of RGB (Red+Green+Blue) = 236+197+223=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 197 (77.34% from 255 or 30.03% from 656); Blue value is 223 (87.5% from 255 or 33.99% from 656); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC5DF is #133A20. Grayscale: #D3D3D3. Windows color (decimal): -1260065 or 14665196. OLE color: 14665196.

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

Color convert

RGB236197223-
CMYK00.170.060.07
HSL320º50.65%84.9%-
HSV(B)320º16.53%92.55%-
XYZ67.8863.0978.41-
YUV211.62134.42145.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.98%
GREEN value IS 197 (77.34% from 255) = 30.03%
BLUE value IS 223 (87.5% from 255) = 33.99%
R=35.98%
G=30.03%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619722300.170.060.0732050.6584.9
HexECC5DF011671403355
Octal3543053370216750063125
Binary1110110011000101110111110100011101111010000001100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC5DF; }

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

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

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

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

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

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

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

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