Html Css Color HEX #ECBFF2 Snuff

📋 copy color: '#ECBFF2'

red 236 ◦ green 191 ◦ blue 242

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

Shades of Snuff #ECBFF2

Tints of Snuff #ECBFF2

RGB

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

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

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

R = 35.28%
G = 28.55%
B = 36.17%

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

#ECBFF2 (or 0xECBFF2) is known color: Snuff. HEX triplet: EC, BF and F2. RGB value is (236,191,242). Sum of RGB (Red+Green+Blue) = 236+191+242=669 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.28% from 669); Green value is 191 (75% from 255 or 28.55% from 669); Blue value is 242 (94.92% from 255 or 36.17% from 669); Max value from RGB is 242 - color contains mainly: blue. Hex color #ECBFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBFF2 is #13400D. Grayscale: #D2D2D2. Windows color (decimal): -1261582 or 15908844. OLE color: 15908844.

HSL color Cylindrical-coordinate representation of color #ECBFF2: hue angle of 292.94º degrees, saturation: 0.66, 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 #ECBFF2 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 236 191 242 -
CMYK 0.02 0.21 0 0.05
HSL 292.94º 0.66% 0.85% -
HSV(B) 292.94º 0.21% 0.95% -
XYZ 69.25 61.51 92.23 -
YUV 210.27 145.91 146.35 -
System Red Green Blue C M Y K H S L
Decimal 236 191 242 0.02 0.21 0 0.05 292.94 0.66 0.85
Hex EC BF F2 2 15 0 5 125 42 55
Octal 354 277 362 2 25 0 5 445 102 125
Binary 11101100 10111111 11110010 10 10101 0 101 100100101 1000010 1010101

Color Harmonies of #ECBFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBFF2

Black with #ECBFF2

Text Example


Text Example

White with #ECBFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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