Html Css Color HEX #ECCAEA Snuff

📋 copy color: '#ECCAEA'

red 236 ◦ green 202 ◦ blue 234

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

Shades of Snuff #ECCAEA

Tints of Snuff #ECCAEA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.06%

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

R = 35.12%
G = 30.06%
B = 34.82%

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

#ECCAEA (or 0xECCAEA) is known color: Snuff. HEX triplet: EC, CA and EA. RGB value is (236,202,234). Sum of RGB (Red+Green+Blue) = 236+202+234=672 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.12% from 672); Green value is 202 (79.30% from 255 or 30.06% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCAEA is #133515. Grayscale: #D7D7D7. Windows color (decimal): -1258774 or 15387372. OLE color: 15387372.

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

Color convert

RGB 236 202 234 -
CMYK 0 0.14 0.01 0.07
HSL 303.53º 0.47% 0.86% -
HSV(B) 303.53º 0.14% 0.93% -
XYZ 70.56 66.01 86.86 -
YUV 215.81 138.26 142.4 -
System Red Green Blue C M Y K H S L
Decimal 236 202 234 0 0.14 0.01 0.07 303.53 0.47 0.86
Hex EC CA EA 0 E 1 7 130 2F 56
Octal 354 312 352 0 16 1 7 460 57 126
Binary 11101100 11001010 11101010 0 1110 1 111 100110000 101111 1010110

Color Harmonies of #ECCAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCAEA

Black with #ECCAEA

Text Example


Text Example

White with #ECCAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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