Html Css Color HEX #ECBAF0 Snuff

📋 copy color: '#ECBAF0'

red 236 ◦ green 186 ◦ blue 240

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

Shades of Snuff #ECBAF0

Tints of Snuff #ECBAF0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.1%

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

R = 35.65%
G = 28.1%
B = 36.25%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ECBAF0 (or 0xECBAF0) is known color: Snuff. HEX triplet: EC, BA and F0. RGB value is (236,186,240). Sum of RGB (Red+Green+Blue) = 236+186+240=662 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.65% from 662); Green value is 186 (73.05% from 255 or 28.10% from 662); Blue value is 240 (94.14% from 255 or 36.25% from 662); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECBAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBAF0 is #13450F. Grayscale: #CECECE. Windows color (decimal): -1262864 or 15776492. OLE color: 15776492.

HSL color Cylindrical-coordinate representation of color #ECBAF0: hue angle of 295.56º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECBAF0 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 236 186 240 -
CMYK 0.02 0.22 0 0.06
HSL 295.56º 0.64% 0.84% -
HSV(B) 295.56º 0.23% 0.94% -
XYZ 67.88 59.24 90.3 -
YUV 207.11 146.57 148.61 -
System Red Green Blue C M Y K H S L
Decimal 236 186 240 0.02 0.22 0 0.06 295.56 0.64 0.84
Hex EC BA F0 2 16 0 6 128 40 54
Octal 354 272 360 2 26 0 6 450 100 124
Binary 11101100 10111010 11110000 10 10110 0 110 100101000 1000000 1010100

Color Harmonies of #ECBAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBAF0

Black with #ECBAF0

Text Example


Text Example

White with #ECBAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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