Html Css Color HEX #ECCBEC Snuff

📋 copy color: '#ECCBEC'

red 236 ◦ green 203 ◦ blue 236

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

Shades of Snuff #ECCBEC

Tints of Snuff #ECCBEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 34.96%

R = 34.96%
G = 30.07%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ECCBEC (or 0xECCBEC) is known color: Snuff. HEX triplet: EC, CB and EC. RGB value is (236,203,236). Sum of RGB (Red+Green+Blue) = 236+203+236=675 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.96% from 675); Green value is 203 (79.69% from 255 or 30.07% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECCBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCBEC is #133413. Grayscale: #D8D8D8. Windows color (decimal): -1258516 or 15518700. OLE color: 15518700.

HSL color Cylindrical-coordinate representation of color #ECCBEC: hue angle of 300º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECCBEC is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 203 236 -
CMYK 0 0.14 0 0.07
HSL 300º 0.46% 0.86% -
HSV(B) 300º 0.14% 0.93% -
XYZ 71.09 66.6 88.47 -
YUV 216.63 138.93 141.82 -
System Red Green Blue C M Y K H S L
Decimal 236 203 236 0 0.14 0 0.07 300 0.46 0.86
Hex EC CB EC 0 E 0 7 12C 2E 56
Octal 354 313 354 0 16 0 7 454 56 126
Binary 11101100 11001011 11101100 0 1110 0 111 100101100 101110 1010110

Color Harmonies of #ECCBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCBEC

Black with #ECCBEC

Text Example


Text Example

White with #ECCBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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