#ECD8ED

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

Shades of Snuff #ECD8ED

Tints of Snuff #ECD8ED

Color information

#ECD8ED (or 0xECD8ED) is unknown color: approx Snuff. HEX triplet: EC, D8 and ED. RGB value is (236,216,237). Sum of RGB (Red+Green+Blue) = 236+216+237=689 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.25% from 689); Green value is 216 (84.77% from 255 or 31.35% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECD8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD8ED is #132712. Grayscale: #E0E0E0. Windows color (decimal): -1255187 or 15587564. OLE color: 15587564.

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

Color convert

RGB236216237-
CMYK0.000.0900.07
HSL297.14º36.84%88.82%-
HSV(B)297.14º8.86%92.94%-
XYZ74.4373.0690.3-
YUV224.37135.13136.29-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.25%
GREEN value IS 216 (84.77% from 255) = 31.35%
BLUE value IS 237 (92.97% from 255) = 34.40%
R=34.25%
G=31.35%
B=34.40%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362162370.000.0900.07297.1436.8488.82
HexECD8ED09071292559
Octal3543303550110745145131
Binary1110110011011000111011010100101111001010011001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD8ED; }

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

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

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

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

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

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

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

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