Html Css Color HEX #ECC0F2 Snuff

📋 copy color: '#ECC0F2'

red 236 ◦ green 192 ◦ blue 242

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

Shades of Snuff #ECC0F2

Tints of Snuff #ECC0F2

RGB

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

 GREEN value IS 192 (75.39% from 255) = 28.66%

 BLUE value IS 242 (94.92% from 255) = 36.12%

R = 35.22%
G = 28.66%
B = 36.12%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ECC0F2 (or 0xECC0F2) is known color: Snuff. HEX triplet: EC, C0 and F2. RGB value is (236,192,242). Sum of RGB (Red+Green+Blue) = 236+192+242=670 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.22% from 670); Green value is 192 (75.39% from 255 or 28.66% from 670); Blue value is 242 (94.92% from 255 or 36.12% from 670); Max value from RGB is 242 - color contains mainly: blue. Hex color #ECC0F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC0F2 is #133F0D. Grayscale: #D2D2D2. Windows color (decimal): -1261326 or 15909100. OLE color: 15909100.

HSL color Cylindrical-coordinate representation of color #ECC0F2: hue angle of 292.8º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECC0F2 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 236 192 242 -
CMYK 0.02 0.21 0 0.05
HSL 292.8º 0.66% 0.85% -
HSV(B) 292.8º 0.21% 0.95% -
XYZ 69.47 61.94 92.3 -
YUV 210.86 145.58 145.93 -
System Red Green Blue C M Y K H S L
Decimal 236 192 242 0.02 0.21 0 0.05 292.8 0.66 0.85
Hex EC C0 F2 2 15 0 5 125 42 55
Octal 354 300 362 2 25 0 5 445 102 125
Binary 11101100 11000000 11110010 10 10101 0 101 100100101 1000010 1010101

Color Harmonies of #ECC0F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC0F2

Black with #ECC0F2

Text Example


Text Example

White with #ECC0F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC0F2; }

 p { color: rgb(236,192,242); }

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

background-color css

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

 a { background-color: rgb(236,192,242); }

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

border-color css

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

 span { border-color: rgb(236,192,242); }

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