#ECBDF0

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

Shades of Snuff #ECBDF0

Tints of Snuff #ECBDF0

Color information

#ECBDF0 (or 0xECBDF0) is unknown color: approx Snuff. HEX triplet: EC, BD and F0. RGB value is (236,189,240). Sum of RGB (Red+Green+Blue) = 236+189+240=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 189 (74.22% from 255 or 28.42% from 665); Blue value is 240 (94.14% from 255 or 36.09% from 665); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECBDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBDF0 is #13420F. Grayscale: #D0D0D0. Windows color (decimal): -1262096 or 15777260. OLE color: 15777260.

HSL color Cylindrical-coordinate representation of color #ECBDF0: hue angle of 295.29º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECBDF0 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB236189240-
CMYK0.020.2100.06
HSL295.29º62.96%84.12%-
HSV(B)295.29º21.25%94.12%-
XYZ68.5260.5290.51-
YUV208.87145.57147.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.49%
GREEN value IS 189 (74.22% from 255) = 28.42%
BLUE value IS 240 (94.14% from 255) = 36.09%
R=35.49%
G=28.42%
B=36.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2361892400.020.2100.06295.2962.9684.12
HexECBDF0215061273f54
Octal3542753602250644777124
Binary111011001011110111110000101010101101001001111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDF0; }

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

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

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

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

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

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

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

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