#ECD6DF

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

Shades of Classic Rose #ECD6DF

Tints of Classic Rose #ECD6DF

Color information

#ECD6DF (or 0xECD6DF) is unknown color: approx Classic Rose. HEX triplet: EC, D6 and DF. RGB value is (236,214,223). Sum of RGB (Red+Green+Blue) = 236+214+223=673 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.07% from 673); Green value is 214 (83.98% from 255 or 31.80% from 673); Blue value is 223 (87.5% from 255 or 33.14% from 673); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD6DF is #132920. Grayscale: #DDDDDD. Windows color (decimal): -1255713 or 14669548. OLE color: 14669548.

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

Color convert

RGB236214223-
CMYK00.090.060.07
HSL335.45º36.67%88.24%-
HSV(B)335.45º9.32%92.55%-
XYZ71.9671.2579.77-
YUV221.6128.79138.27-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.07%
GREEN value IS 214 (83.98% from 255) = 31.80%
BLUE value IS 223 (87.5% from 255) = 33.14%
R=35.07%
G=31.80%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621422300.090.060.07335.4536.6788.24
HexECD6DF096714f2558
Octal3543263370116751745130
Binary111011001101011011011111010011101111010011111001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD6DF; }

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

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

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

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

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

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

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

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