#ECD3DD

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

Shades of Classic Rose #ECD3DD

Tints of Classic Rose #ECD3DD

Color information

#ECD3DD (or 0xECD3DD) is unknown color: approx Classic Rose. HEX triplet: EC, D3 and DD. RGB value is (236,211,221). Sum of RGB (Red+Green+Blue) = 236+211+221=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 211 (82.81% from 255 or 31.59% from 668); Blue value is 221 (86.72% from 255 or 33.08% from 668); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD3DD is #132C22. Grayscale: #DBDBDB. Windows color (decimal): -1256483 or 14537708. OLE color: 14537708.

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

Color convert

RGB236211221-
CMYK00.110.060.07
HSL336º39.68%87.65%-
HSV(B)336º10.59%92.55%-
XYZ70.9469.6478.11-
YUV219.62128.78139.69-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.33%
GREEN value IS 211 (82.81% from 255) = 31.59%
BLUE value IS 221 (86.72% from 255) = 33.08%
R=35.33%
G=31.59%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621122100.110.060.0733639.6887.65
HexECD3DD0B671502858
Octal3543233350136752050130
Binary111011001101001111011101010111101111010100001010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD3DD; }

 p { color: rgb(236,211,221); }

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

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

 a { background-color: rgb(236,211,221); }

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

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

 span { border-color: rgb(236,211,221); }

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