Html Css Color HEX #ECCCEA Snuff

📋 copy color: '#ECCCEA'

red 236 ◦ green 204 ◦ blue 234

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

Shades of Snuff #ECCCEA

Tints of Snuff #ECCCEA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.27%

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

R = 35.01%
G = 30.27%
B = 34.72%

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

#ECCCEA (or 0xECCCEA) is known color: Snuff. HEX triplet: EC, CC and EA. RGB value is (236,204,234). Sum of RGB (Red+Green+Blue) = 236+204+234=674 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.01% from 674); Green value is 204 (80.08% from 255 or 30.27% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCCEA is #133315. Grayscale: #D8D8D8. Windows color (decimal): -1258262 or 15387884. OLE color: 15387884.

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

Color convert

RGB 236 204 234 -
CMYK 0 0.14 0.01 0.07
HSL 303.75º 0.46% 0.86% -
HSV(B) 303.75º 0.14% 0.93% -
XYZ 71.04 66.96 87.02 -
YUV 216.99 137.6 141.56 -
System Red Green Blue C M Y K H S L
Decimal 236 204 234 0 0.14 0.01 0.07 303.75 0.46 0.86
Hex EC CC EA 0 E 1 7 130 2E 56
Octal 354 314 352 0 16 1 7 460 56 126
Binary 11101100 11001100 11101010 0 1110 1 111 100110000 101110 1010110

Color Harmonies of #ECCCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCCEA

Black with #ECCCEA

Text Example


Text Example

White with #ECCCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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