#ECBDEE

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

Shades of Snuff #ECBDEE

Tints of Snuff #ECBDEE

Color information

#ECBDEE (or 0xECBDEE) is unknown color: approx Snuff. HEX triplet: EC, BD and EE. RGB value is (236,189,238). Sum of RGB (Red+Green+Blue) = 236+189+238=663 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.60% from 663); Green value is 189 (74.22% from 255 or 28.51% from 663); Blue value is 238 (93.36% from 255 or 35.90% from 663); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECBDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBDEE is #134211. Grayscale: #D0D0D0. Windows color (decimal): -1262098 or 15646188. OLE color: 15646188.

HSL color Cylindrical-coordinate representation of color #ECBDEE: hue angle of 297.55º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECBDEE is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB236189238-
CMYK0.010.2100.07
HSL297.55º59.04%83.73%-
HSV(B)297.55º20.59%93.33%-
XYZ68.2260.488.95-
YUV208.64144.57147.52-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.60%
GREEN value IS 189 (74.22% from 255) = 28.51%
BLUE value IS 238 (93.36% from 255) = 35.90%
R=35.60%
G=28.51%
B=35.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361892380.010.2100.07297.5559.0483.73
HexECBDEE1150712a3b54
Octal3542753561250745273124
Binary11101100101111011110111011010101111001010101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDEE; }

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

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

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

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

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

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

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

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