Html Css Color HEX #ECC2EB Snuff

📋 copy color: '#ECC2EB'

red 236 ◦ green 194 ◦ blue 235

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

Shades of Snuff #ECC2EB

Tints of Snuff #ECC2EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.34%

R = 35.49%
G = 29.17%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#ECC2EB (or 0xECC2EB) is known color: Snuff. HEX triplet: EC, C2 and EB. RGB value is (236,194,235). Sum of RGB (Red+Green+Blue) = 236+194+235=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 194 (76.17% from 255 or 29.17% from 665); Blue value is 235 (92.19% from 255 or 35.34% from 665); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC2EB is #133D14. Grayscale: #D3D3D3. Windows color (decimal): -1260821 or 15450860. OLE color: 15450860.

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

Color convert

RGB 236 194 235 -
CMYK 0 0.18 0.00 0.07
HSL 301.43º 0.53% 0.84% -
HSV(B) 301.43º 0.18% 0.93% -
XYZ 68.88 62.41 87.01 -
YUV 211.23 141.41 145.67 -
System Red Green Blue C M Y K H S L
Decimal 236 194 235 0 0.18 0.00 0.07 301.43 0.53 0.84
Hex EC C2 EB 0 12 0 7 12D 34 54
Octal 354 302 353 0 22 0 7 455 64 124
Binary 11101100 11000010 11101011 0 10010 0 111 100101101 110100 1010100

Color Harmonies of #ECC2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC2EB

Black with #ECC2EB

Text Example


Text Example

White with #ECC2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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