#ECD4E7

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

Shades of Snuff #ECD4E7

Tints of Snuff #ECD4E7

Color information

#ECD4E7 (or 0xECD4E7) is unknown color: approx Snuff. HEX triplet: EC, D4 and E7. RGB value is (236,212,231). Sum of RGB (Red+Green+Blue) = 236+212+231=679 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.76% from 679); Green value is 212 (83.20% from 255 or 31.22% from 679); Blue value is 231 (90.62% from 255 or 34.02% from 679); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD4E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD4E7 is #132B18. Grayscale: #DDDDDD. Windows color (decimal): -1256217 or 15193324. OLE color: 15193324.

HSL color Cylindrical-coordinate representation of color #ECD4E7: hue angle of 312.5º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECD4E7 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB236212231-
CMYK00.100.020.07
HSL312.5º38.71%87.84%-
HSV(B)312.5º10.17%92.55%-
XYZ72.5670.6985.42-
YUV221.34133.45138.46-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.76%
GREEN value IS 212 (83.20% from 255) = 31.22%
BLUE value IS 231 (90.62% from 255) = 34.02%
R=34.76%
G=31.22%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621223100.100.020.07312.538.7187.84
HexECD4E70A271382758
Octal3543243470122747047130
Binary11101100110101001110011101010101111001110001001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD4E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD4E7; }

 p { color: rgb(236,212,231); }

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

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

 a { background-color: rgb(236,212,231); }

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

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

 span { border-color: rgb(236,212,231); }

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