Html Css Color HEX #ECBCF2 Snuff

📋 copy color: '#ECBCF2'

red 236 ◦ green 188 ◦ blue 242

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

Shades of Snuff #ECBCF2

Tints of Snuff #ECBCF2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 28.23%

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

R = 35.44%
G = 28.23%
B = 36.34%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ECBCF2 (or 0xECBCF2) is known color: Snuff. HEX triplet: EC, BC and F2. RGB value is (236,188,242). Sum of RGB (Red+Green+Blue) = 236+188+242=666 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.44% from 666); Green value is 188 (73.83% from 255 or 28.23% from 666); Blue value is 242 (94.92% from 255 or 36.34% from 666); Max value from RGB is 242 - color contains mainly: blue. Hex color #ECBCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBCF2 is #13430D. Grayscale: #D0D0D0. Windows color (decimal): -1262350 or 15908076. OLE color: 15908076.

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

Color convert

RGB 236 188 242 -
CMYK 0.02 0.22 0 0.05
HSL 293.33º 0.68% 0.84% -
HSV(B) 293.33º 0.22% 0.95% -
XYZ 68.6 60.21 92.01 -
YUV 208.51 146.9 147.61 -
System Red Green Blue C M Y K H S L
Decimal 236 188 242 0.02 0.22 0 0.05 293.33 0.68 0.84
Hex EC BC F2 2 16 0 5 125 44 54
Octal 354 274 362 2 26 0 5 445 104 124
Binary 11101100 10111100 11110010 10 10110 0 101 100100101 1000100 1010100

Color Harmonies of #ECBCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBCF2

Black with #ECBCF2

Text Example


Text Example

White with #ECBCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBCF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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