#ECCDD8

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

Shades of Prim #ECCDD8

Tints of Prim #ECCDD8

Color information

#ECCDD8 (or 0xECCDD8) is unknown color: approx Prim. HEX triplet: EC, CD and D8. RGB value is (236,205,216). Sum of RGB (Red+Green+Blue) = 236+205+216=657 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.92% from 657); Green value is 205 (80.47% from 255 or 31.20% from 657); Blue value is 216 (84.77% from 255 or 32.88% from 657); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCDD8 is #133227. Grayscale: #D7D7D7. Windows color (decimal): -1258024 or 14208492. OLE color: 14208492.

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

Color convert

RGB236205216-
CMYK00.130.080.07
HSL338.71º44.93%86.47%-
HSV(B)338.71º13.14%92.55%-
XYZ68.8266.4574.17-
YUV215.52128.27142.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.92%
GREEN value IS 205 (80.47% from 255) = 31.20%
BLUE value IS 216 (84.77% from 255) = 32.88%
R=35.92%
G=31.20%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620521600.130.080.07338.7144.9386.47
HexECCDD80D871532d56
Octal35431533001510752355126
Binary1110110011001101110110000110110001111010100111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCDD8; }

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

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

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

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

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

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

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

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