Html Css Color HEX #ECC8F2 Snuff

📋 copy color: '#ECC8F2'

red 236 ◦ green 200 ◦ blue 242

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

Shades of Snuff #ECC8F2

Tints of Snuff #ECC8F2

RGB

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

 GREEN value IS 200 (78.52% from 255) = 29.5%

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

R = 34.81%
G = 29.5%
B = 35.69%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ECC8F2 (or 0xECC8F2) is known color: Snuff. HEX triplet: EC, C8 and F2. RGB value is (236,200,242). Sum of RGB (Red+Green+Blue) = 236+200+242=678 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.81% from 678); Green value is 200 (78.52% from 255 or 29.50% from 678); Blue value is 242 (94.92% from 255 or 35.69% from 678); Max value from RGB is 242 - color contains mainly: blue. Hex color #ECC8F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC8F2 is #13370D. Grayscale: #D7D7D7. Windows color (decimal): -1259278 or 15911148. OLE color: 15911148.

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

Color convert

RGB 236 200 242 -
CMYK 0.02 0.17 0 0.05
HSL 291.43º 0.62% 0.87% -
HSV(B) 291.43º 0.17% 0.95% -
XYZ 71.27 65.55 92.9 -
YUV 215.55 142.93 142.58 -
System Red Green Blue C M Y K H S L
Decimal 236 200 242 0.02 0.17 0 0.05 291.43 0.62 0.87
Hex EC C8 F2 2 11 0 5 123 3E 57
Octal 354 310 362 2 21 0 5 443 76 127
Binary 11101100 11001000 11110010 10 10001 0 101 100100011 111110 1010111

Color Harmonies of #ECC8F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC8F2

Black with #ECC8F2

Text Example


Text Example

White with #ECC8F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC8F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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