Html Css Color HEX #ECBFEC Snuff

📋 copy color: '#ECBFEC'

red 236 ◦ green 191 ◦ blue 236

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

Shades of Snuff #ECBFEC

Tints of Snuff #ECBFEC

RGB

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

 GREEN value IS 191 (75% from 255) = 28.81%

 BLUE value IS 236 (92.58% from 255) = 35.6%

R = 35.6%
G = 28.81%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ECBFEC (or 0xECBFEC) is known color: Snuff. HEX triplet: EC, BF and EC. RGB value is (236,191,236). Sum of RGB (Red+Green+Blue) = 236+191+236=663 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.60% from 663); Green value is 191 (75% from 255 or 28.81% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECBFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBFEC is #134013. Grayscale: #D1D1D1. Windows color (decimal): -1261588 or 15515628. OLE color: 15515628.

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

Color convert

RGB 236 191 236 -
CMYK 0 0.19 0 0.07
HSL 300º 0.54% 0.84% -
HSV(B) 300º 0.19% 0.93% -
XYZ 68.36 61.15 87.56 -
YUV 209.59 142.91 146.84 -
System Red Green Blue C M Y K H S L
Decimal 236 191 236 0 0.19 0 0.07 300 0.54 0.84
Hex EC BF EC 0 13 0 7 12C 36 54
Octal 354 277 354 0 23 0 7 454 66 124
Binary 11101100 10111111 11101100 0 10011 0 111 100101100 110110 1010100

Color Harmonies of #ECBFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBFEC

Black with #ECBFEC

Text Example


Text Example

White with #ECBFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBFEC; }

 p { color: rgb(236,191,236); }

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

background-color css

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

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

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

border-color css

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

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

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