Html Css Color HEX #ECD1EF Snuff

📋 copy color: '#ECD1EF'

red 236 ◦ green 209 ◦ blue 239

#ECD1EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Snuff #ECD1EF

Tints of Snuff #ECD1EF

RGB

 RED value IS 236 (92.58% from 255) = 34.5%

 GREEN value IS 209 (82.03% from 255) = 30.56%

 BLUE value IS 239 (93.75% from 255) = 34.94%

R = 34.5%
G = 30.56%
B = 34.94%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ECD1EF (or 0xECD1EF) is known color: Snuff. HEX triplet: EC, D1 and EF. RGB value is (236,209,239). Sum of RGB (Red+Green+Blue) = 236+209+239=684 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.50% from 684); Green value is 209 (82.03% from 255 or 30.56% from 684); Blue value is 239 (93.75% from 255 or 34.94% from 684); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECD1EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD1EF is #132E10. Grayscale: #DCDCDC. Windows color (decimal): -1256977 or 15716844. OLE color: 15716844.

HSL color Cylindrical-coordinate representation of color #ECD1EF: hue angle of 294º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECD1EF is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 236 209 239 -
CMYK 0.01 0.13 0 0.06
HSL 294º 0.48% 0.88% -
HSV(B) 294º 0.13% 0.94% -
XYZ 72.97 69.67 91.26 -
YUV 220.49 138.45 139.06 -
System Red Green Blue C M Y K H S L
Decimal 236 209 239 0.01 0.13 0 0.06 294 0.48 0.88
Hex EC D1 EF 1 D 0 6 126 30 58
Octal 354 321 357 1 15 0 6 446 60 130
Binary 11101100 11010001 11101111 1 1101 0 110 100100110 110000 1011000

Color Harmonies of #ECD1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD1EF

Black with #ECD1EF

Text Example


Text Example

White with #ECD1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD1EF; }

 p { color: rgb(236,209,239); }

 H1.HeaderClassName
 {
   color: #ECD1EF;
 }
 .AnyTagClassName
 {
   color: #ECD1EF;
 }
</style>

background-color css

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

 a { background-color: rgb(236,209,239); }

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

border-color css

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

 span { border-color: rgb(236,209,239); }

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