#ECD3DE

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

Shades of Classic Rose #ECD3DE

Tints of Classic Rose #ECD3DE

Color information

#ECD3DE (or 0xECD3DE) is unknown color: approx Classic Rose. HEX triplet: EC, D3 and DE. RGB value is (236,211,222). Sum of RGB (Red+Green+Blue) = 236+211+222=669 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.28% from 669); Green value is 211 (82.81% from 255 or 31.54% from 669); Blue value is 222 (87.11% from 255 or 33.18% from 669); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD3DE is #132C21. Grayscale: #DBDBDB. Windows color (decimal): -1256482 or 14603244. OLE color: 14603244.

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

Color convert

RGB236211222-
CMYK00.110.060.07
HSL333.6º39.68%87.65%-
HSV(B)333.6º10.59%92.55%-
XYZ71.0769.778.81-
YUV219.73129.28139.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.28%
GREEN value IS 211 (82.81% from 255) = 31.54%
BLUE value IS 222 (87.11% from 255) = 33.18%
R=35.28%
G=31.54%
B=33.18%

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
Decimal23621122200.110.060.07333.639.6887.65
HexECD3DE0B6714e2858
Octal3543233360136751650130
Binary111011001101001111011110010111101111010011101010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD3DE; }

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

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

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

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

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

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

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

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