#ECBDF1

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

Shades of Snuff #ECBDF1

Tints of Snuff #ECBDF1

Color information

#ECBDF1 (or 0xECBDF1) is unknown color: approx Snuff. HEX triplet: EC, BD and F1. RGB value is (236,189,241). Sum of RGB (Red+Green+Blue) = 236+189+241=666 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.44% from 666); Green value is 189 (74.22% from 255 or 28.38% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECBDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBDF1 is #13420E. Grayscale: #D0D0D0. Windows color (decimal): -1262095 or 15842796. OLE color: 15842796.

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

Color convert

RGB236189241-
CMYK0.020.2200.05
HSL294.23º65%84.31%-
HSV(B)294.23º21.58%94.51%-
XYZ68.6760.5891.29-
YUV208.98146.07147.27-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.44%
GREEN value IS 189 (74.22% from 255) = 28.38%
BLUE value IS 241 (94.53% from 255) = 36.19%
R=35.44%
G=28.38%
B=36.19%

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
Decimal2361892410.020.2200.05294.236584.31
HexECBDF1216051264154
Octal35427536122605446101124
Binary1110110010111101111100011010110010110010011010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDF1; }

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

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

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

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

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

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

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

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