Html Css Color HEX #ECC2EF Snuff

📋 copy color: '#ECC2EF'

red 236 ◦ green 194 ◦ blue 239

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

Shades of Snuff #ECC2EF

Tints of Snuff #ECC2EF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29%

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

R = 35.28%
G = 29%
B = 35.72%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ECC2EF (or 0xECC2EF) is known color: Snuff. HEX triplet: EC, C2 and EF. RGB value is (236,194,239). Sum of RGB (Red+Green+Blue) = 236+194+239=669 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.28% from 669); Green value is 194 (76.17% from 255 or 29.00% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECC2EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC2EF is #133D10. Grayscale: #D3D3D3. Windows color (decimal): -1260817 or 15713004. OLE color: 15713004.

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

Color convert

RGB 236 194 239 -
CMYK 0.01 0.19 0 0.06
HSL 296º 0.58% 0.85% -
HSV(B) 296º 0.19% 0.94% -
XYZ 69.46 62.65 90.09 -
YUV 211.69 143.41 145.34 -
System Red Green Blue C M Y K H S L
Decimal 236 194 239 0.01 0.19 0 0.06 296 0.58 0.85
Hex EC C2 EF 1 13 0 6 128 3A 55
Octal 354 302 357 1 23 0 6 450 72 125
Binary 11101100 11000010 11101111 1 10011 0 110 100101000 111010 1010101

Color Harmonies of #ECC2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC2EF

Black with #ECC2EF

Text Example


Text Example

White with #ECC2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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