Html Css Color HEX #ECCBF1 Snuff

📋 copy color: '#ECCBF1'

red 236 ◦ green 203 ◦ blue 241

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

Shades of Snuff #ECCBF1

Tints of Snuff #ECCBF1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 29.85%

 BLUE value IS 241 (94.53% from 255) = 35.44%

R = 34.71%
G = 29.85%
B = 35.44%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ECCBF1 (or 0xECCBF1) is known color: Snuff. HEX triplet: EC, CB and F1. RGB value is (236,203,241). Sum of RGB (Red+Green+Blue) = 236+203+241=680 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.71% from 680); Green value is 203 (79.69% from 255 or 29.85% from 680); Blue value is 241 (94.53% from 255 or 35.44% from 680); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECCBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCBF1 is #13340E. Grayscale: #D9D9D9. Windows color (decimal): -1258511 or 15846380. OLE color: 15846380.

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

Color convert

RGB 236 203 241 -
CMYK 0.02 0.16 0 0.05
HSL 292.11º 0.58% 0.87% -
HSV(B) 292.11º 0.16% 0.95% -
XYZ 71.83 66.9 92.35 -
YUV 217.2 141.43 141.41 -
System Red Green Blue C M Y K H S L
Decimal 236 203 241 0.02 0.16 0 0.05 292.11 0.58 0.87
Hex EC CB F1 2 10 0 5 124 3A 57
Octal 354 313 361 2 20 0 5 444 72 127
Binary 11101100 11001011 11110001 10 10000 0 101 100100100 111010 1010111

Color Harmonies of #ECCBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCBF1

Black with #ECCBF1

Text Example


Text Example

White with #ECCBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCBF1; }

 p { color: rgb(236,203,241); }

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

background-color css

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

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

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

border-color css

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

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

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