Html Css Color HEX #ECCCF0 Snuff

📋 copy color: '#ECCCF0'

red 236 ◦ green 204 ◦ blue 240

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

Shades of Snuff #ECCCF0

Tints of Snuff #ECCCF0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30%

 BLUE value IS 240 (94.14% from 255) = 35.29%

R = 34.71%
G = 30%
B = 35.29%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ECCCF0 (or 0xECCCF0) is known color: Snuff. HEX triplet: EC, CC and F0. RGB value is (236,204,240). Sum of RGB (Red+Green+Blue) = 236+204+240=680 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.71% from 680); Green value is 204 (80.08% from 255 or 30% from 680); Blue value is 240 (94.14% from 255 or 35.29% from 680); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECCCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCCF0 is #13330F. Grayscale: #D9D9D9. Windows color (decimal): -1258256 or 15781100. OLE color: 15781100.

HSL color Cylindrical-coordinate representation of color #ECCCF0: hue angle of 293.33º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECCCF0 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 236 204 240 -
CMYK 0.02 0.15 0 0.06
HSL 293.33º 0.55% 0.87% -
HSV(B) 293.33º 0.15% 0.94% -
XYZ 71.91 67.31 91.64 -
YUV 217.67 140.6 141.07 -
System Red Green Blue C M Y K H S L
Decimal 236 204 240 0.02 0.15 0 0.06 293.33 0.55 0.87
Hex EC CC F0 2 F 0 6 125 37 57
Octal 354 314 360 2 17 0 6 445 67 127
Binary 11101100 11001100 11110000 10 1111 0 110 100100101 110111 1010111

Color Harmonies of #ECCCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCCF0

Black with #ECCCF0

Text Example


Text Example

White with #ECCCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCCF0; }

 p { color: rgb(236,204,240); }

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

background-color css

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

 a { background-color: rgb(236,204,240); }

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

border-color css

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

 span { border-color: rgb(236,204,240); }

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