Html Css Color HEX #ECBEF2 Snuff

📋 copy color: '#ECBEF2'

red 236 ◦ green 190 ◦ blue 242

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

Shades of Snuff #ECBEF2

Tints of Snuff #ECBEF2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 28.44%

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

R = 35.33%
G = 28.44%
B = 36.23%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ECBEF2 (or 0xECBEF2) is known color: Snuff. HEX triplet: EC, BE and F2. RGB value is (236,190,242). Sum of RGB (Red+Green+Blue) = 236+190+242=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 190 (74.61% from 255 or 28.44% from 668); Blue value is 242 (94.92% from 255 or 36.23% from 668); Max value from RGB is 242 - color contains mainly: blue. Hex color #ECBEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBEF2 is #13410D. Grayscale: #D1D1D1. Windows color (decimal): -1261838 or 15908588. OLE color: 15908588.

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

Color convert

RGB 236 190 242 -
CMYK 0.02 0.21 0 0.05
HSL 293.08º 0.67% 0.85% -
HSV(B) 293.08º 0.21% 0.95% -
XYZ 69.03 61.07 92.15 -
YUV 209.68 146.24 146.77 -
System Red Green Blue C M Y K H S L
Decimal 236 190 242 0.02 0.21 0 0.05 293.08 0.67 0.85
Hex EC BE F2 2 15 0 5 125 43 55
Octal 354 276 362 2 25 0 5 445 103 125
Binary 11101100 10111110 11110010 10 10101 0 101 100100101 1000011 1010101

Color Harmonies of #ECBEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBEF2

Black with #ECBEF2

Text Example


Text Example

White with #ECBEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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