#ECDBE7

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

Shades of Snuff #ECDBE7

Tints of Snuff #ECDBE7

Color information

#ECDBE7 (or 0xECDBE7) is unknown color: approx Snuff. HEX triplet: EC, DB and E7. RGB value is (236,219,231). Sum of RGB (Red+Green+Blue) = 236+219+231=686 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.40% from 686); Green value is 219 (85.94% from 255 or 31.92% from 686); Blue value is 231 (90.62% from 255 or 33.67% from 686); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDBE7 is #132418. Grayscale: #E1E1E1. Windows color (decimal): -1254425 or 15195116. OLE color: 15195116.

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

Color convert

RGB236219231-
CMYK00.070.020.07
HSL317.65º30.91%89.22%-
HSV(B)317.65º7.2%92.55%-
XYZ74.3574.2786.02-
YUV225.45131.13135.52-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.40%
GREEN value IS 219 (85.94% from 255) = 31.92%
BLUE value IS 231 (90.62% from 255) = 33.67%
R=34.40%
G=31.92%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621923100.070.020.07317.6530.9189.22
HexECDBE7072713e1f59
Octal354333347072747637131
Binary111011001101101111100111011110111100111110111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDBE7; }

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

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

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

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

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

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

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

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