#ECDDE8

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

Shades of Snuff #ECDDE8

Tints of Snuff #ECDDE8

Color information

#ECDDE8 (or 0xECDDE8) is unknown color: approx Snuff. HEX triplet: EC, DD and E8. RGB value is (236,221,232). Sum of RGB (Red+Green+Blue) = 236+221+232=689 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.25% from 689); Green value is 221 (86.72% from 255 or 32.08% from 689); Blue value is 232 (91.02% from 255 or 33.67% from 689); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDDE8 is #132217. Grayscale: #E2E2E2. Windows color (decimal): -1253912 or 15261164. OLE color: 15261164.

HSL color Cylindrical-coordinate representation of color #ECDDE8: hue angle of 316º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECDDE8 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB236221232-
CMYK00.060.020.07
HSL316º28.3%89.61%-
HSV(B)316º6.36%92.55%-
XYZ75.0175.3786.94-
YUV226.74130.97134.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.25%
GREEN value IS 221 (86.72% from 255) = 32.08%
BLUE value IS 232 (91.02% from 255) = 33.67%
R=34.25%
G=32.08%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622123200.060.020.0731628.389.61
HexECDDE8062713c1c5a
Octal354335350062747434132
Binary111011001101110111101000011010111100111100111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDE8; }

 p { color: rgb(236,221,232); }

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

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

 a { background-color: rgb(236,221,232); }

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

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

 span { border-color: rgb(236,221,232); }

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