#ECCDE8

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

Shades of Snuff #ECCDE8

Tints of Snuff #ECCDE8

Color information

#ECCDE8 (or 0xECCDE8) is unknown color: approx Snuff. HEX triplet: EC, CD and E8. RGB value is (236,205,232). Sum of RGB (Red+Green+Blue) = 236+205+232=673 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.07% from 673); Green value is 205 (80.47% from 255 or 30.46% from 673); Blue value is 232 (91.02% from 255 or 34.47% from 673); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCDE8 is #133217. Grayscale: #D9D9D9. Windows color (decimal): -1258008 or 15257068. OLE color: 15257068.

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

Color convert

RGB236205232-
CMYK00.130.020.07
HSL307.74º44.93%86.47%-
HSV(B)307.74º13.14%92.55%-
XYZ70.9967.3285.6-
YUV217.35136.27141.3-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.07%
GREEN value IS 205 (80.47% from 255) = 30.46%
BLUE value IS 232 (91.02% from 255) = 34.47%
R=35.07%
G=30.46%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620523200.130.020.07307.7444.9386.47
HexECCDE80D271342d56
Octal3543153500152746455126
Binary11101100110011011110100001101101111001101001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCDE8; }

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

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

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

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

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

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

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

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