Html Css Color HEX #ECDAEC Snuff

📋 copy color: '#ECDAEC'

red 236 ◦ green 218 ◦ blue 236

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

Shades of Snuff #ECDAEC

Tints of Snuff #ECDAEC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.59%

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

R = 34.2%
G = 31.59%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ECDAEC (or 0xECDAEC) is known color: Snuff. HEX triplet: EC, DA and EC. RGB value is (236,218,236). Sum of RGB (Red+Green+Blue) = 236+218+236=690 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.20% from 690); Green value is 218 (85.55% from 255 or 31.59% from 690); Blue value is 236 (92.58% from 255 or 34.20% from 690); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECDAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDAEC is #132513. Grayscale: #E1E1E1. Windows color (decimal): -1254676 or 15522540. OLE color: 15522540.

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

Color convert

RGB 236 218 236 -
CMYK 0 0.08 0 0.07
HSL 300º 0.32% 0.89% -
HSV(B) 300º 0.08% 0.93% -
XYZ 74.8 74.03 89.7 -
YUV 225.43 133.96 135.54 -
System Red Green Blue C M Y K H S L
Decimal 236 218 236 0 0.08 0 0.07 300 0.32 0.89
Hex EC DA EC 0 8 0 7 12C 20 59
Octal 354 332 354 0 10 0 7 454 40 131
Binary 11101100 11011010 11101100 0 1000 0 111 100101100 100000 1011001

Color Harmonies of #ECDAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDAEC

Black with #ECDAEC

Text Example


Text Example

White with #ECDAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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