#ECBDF2

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

Shades of Snuff #ECBDF2

Tints of Snuff #ECBDF2

Color information

#ECBDF2 (or 0xECBDF2) is unknown color: approx Snuff. HEX triplet: EC, BD and F2. RGB value is (236,189,242). Sum of RGB (Red+Green+Blue) = 236+189+242=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 189 (74.22% from 255 or 28.34% from 667); Blue value is 242 (94.92% from 255 or 36.28% from 667); Max value from RGB is 242 - color contains mainly: blue. Hex color #ECBDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBDF2 is #13420D. Grayscale: #D0D0D0. Windows color (decimal): -1262094 or 15908332. OLE color: 15908332.

HSL color Cylindrical-coordinate representation of color #ECBDF2: hue angle of 293.21º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECBDF2 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB236189242-
CMYK0.020.2200.05
HSL293.21º67.09%84.51%-
HSV(B)293.21º21.9%94.9%-
XYZ68.8260.6492.08-
YUV209.1146.57147.19-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.38%
GREEN value IS 189 (74.22% from 255) = 28.34%
BLUE value IS 242 (94.92% from 255) = 36.28%
R=35.38%
G=28.34%
B=36.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2361892420.020.2200.05293.2167.0984.51
HexECBDF2216051254355
Octal35427536222605445103125
Binary1110110010111101111100101010110010110010010110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDF2; }

 p { color: rgb(236,189,242); }

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

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

 a { background-color: rgb(236,189,242); }

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

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

 span { border-color: rgb(236,189,242); }

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