Html Css Color HEX #ECC5EF Snuff

📋 copy color: '#ECC5EF'

red 236 ◦ green 197 ◦ blue 239

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

Shades of Snuff #ECC5EF

Tints of Snuff #ECC5EF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 29.32%

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

R = 35.12%
G = 29.32%
B = 35.57%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ECC5EF (or 0xECC5EF) is known color: Snuff. HEX triplet: EC, C5 and EF. RGB value is (236,197,239). Sum of RGB (Red+Green+Blue) = 236+197+239=672 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.12% from 672); Green value is 197 (77.34% from 255 or 29.32% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECC5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC5EF is #133A10. Grayscale: #D5D5D5. Windows color (decimal): -1260049 or 15713772. OLE color: 15713772.

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

Color convert

RGB 236 197 239 -
CMYK 0.01 0.18 0 0.06
HSL 295.71º 0.57% 0.85% -
HSV(B) 295.71º 0.18% 0.94% -
XYZ 70.14 64 90.32 -
YUV 213.45 142.42 144.08 -
System Red Green Blue C M Y K H S L
Decimal 236 197 239 0.01 0.18 0 0.06 295.71 0.57 0.85
Hex EC C5 EF 1 12 0 6 128 39 55
Octal 354 305 357 1 22 0 6 450 71 125
Binary 11101100 11000101 11101111 1 10010 0 110 100101000 111001 1010101

Color Harmonies of #ECC5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC5EF

Black with #ECC5EF

Text Example


Text Example

White with #ECC5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC5EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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