#ECCDDF

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

Shades of Classic Rose #ECCDDF

Tints of Classic Rose #ECCDDF

Color information

#ECCDDF (or 0xECCDDF) is unknown color: approx Classic Rose. HEX triplet: EC, CD and DF. RGB value is (236,205,223). Sum of RGB (Red+Green+Blue) = 236+205+223=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 205 (80.47% from 255 or 30.87% from 664); Blue value is 223 (87.5% from 255 or 33.58% from 664); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCDDF is #133220. Grayscale: #D8D8D8. Windows color (decimal): -1258017 or 14667244. OLE color: 14667244.

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

Color convert

RGB236205223-
CMYK00.130.060.07
HSL325.16º44.93%86.47%-
HSV(B)325.16º13.14%92.55%-
XYZ69.7466.8279.03-
YUV216.32131.77142.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.54%
GREEN value IS 205 (80.47% from 255) = 30.87%
BLUE value IS 223 (87.5% from 255) = 33.58%
R=35.54%
G=30.87%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620522300.130.060.07325.1644.9386.47
HexECCDDF0D671452d56
Octal3543153370156750555126
Binary111011001100110111011111011011101111010001011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCDDF; }

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

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

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

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

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

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

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

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