#ECD0E6

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

Shades of Snuff #ECD0E6

Tints of Snuff #ECD0E6

Color information

#ECD0E6 (or 0xECD0E6) is unknown color: approx Snuff. HEX triplet: EC, D0 and E6. RGB value is (236,208,230). Sum of RGB (Red+Green+Blue) = 236+208+230=674 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.01% from 674); Green value is 208 (81.64% from 255 or 30.86% from 674); Blue value is 230 (90.23% from 255 or 34.12% from 674); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD0E6 is #132F19. Grayscale: #DADADA. Windows color (decimal): -1257242 or 15126764. OLE color: 15126764.

HSL color Cylindrical-coordinate representation of color #ECD0E6: hue angle of 312.86º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECD0E6 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB236208230-
CMYK00.120.030.07
HSL312.86º42.42%87.06%-
HSV(B)312.86º11.86%92.55%-
XYZ71.4368.6684.35-
YUV218.88134.28140.21-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.01%
GREEN value IS 208 (81.64% from 255) = 30.86%
BLUE value IS 230 (90.23% from 255) = 34.12%
R=35.01%
G=30.86%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620823000.120.030.07312.8642.4287.06
HexECD0E60C371392a57
Octal3543203460143747152127
Binary11101100110100001110011001100111111001110011010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD0E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD0E6; }

 p { color: rgb(236,208,230); }

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

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

 a { background-color: rgb(236,208,230); }

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

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

 span { border-color: rgb(236,208,230); }

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