Html Css Color HEX #ECCBEA Snuff

📋 copy color: '#ECCBEA'

red 236 ◦ green 203 ◦ blue 234

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

Shades of Snuff #ECCBEA

Tints of Snuff #ECCBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.77%

R = 35.07%
G = 30.16%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ECCBEA (or 0xECCBEA) is known color: Snuff. HEX triplet: EC, CB and EA. RGB value is (236,203,234). Sum of RGB (Red+Green+Blue) = 236+203+234=673 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.07% from 673); Green value is 203 (79.69% from 255 or 30.16% from 673); Blue value is 234 (91.80% from 255 or 34.77% from 673); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCBEA is #133415. Grayscale: #D8D8D8. Windows color (decimal): -1258518 or 15387628. OLE color: 15387628.

HSL color Cylindrical-coordinate representation of color #ECCBEA: hue angle of 303.64º 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 #ECCBEA is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 203 234 -
CMYK 0 0.14 0.01 0.07
HSL 303.64º 0.46% 0.86% -
HSV(B) 303.64º 0.14% 0.93% -
XYZ 70.8 66.49 86.94 -
YUV 216.4 137.93 141.98 -
System Red Green Blue C M Y K H S L
Decimal 236 203 234 0 0.14 0.01 0.07 303.64 0.46 0.86
Hex EC CB EA 0 E 1 7 130 2E 56
Octal 354 313 352 0 16 1 7 460 56 126
Binary 11101100 11001011 11101010 0 1110 1 111 100110000 101110 1010110

Color Harmonies of #ECCBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCBEA

Black with #ECCBEA

Text Example


Text Example

White with #ECCBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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