Html Css Color HEX #ECCDEC Snuff

📋 copy color: '#ECCDEC'

red 236 ◦ green 205 ◦ blue 236

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

Shades of Snuff #ECCDEC

Tints of Snuff #ECCDEC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 30.28%

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

R = 34.86%
G = 30.28%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ECCDEC (or 0xECCDEC) is known color: Snuff. HEX triplet: EC, CD and EC. RGB value is (236,205,236). Sum of RGB (Red+Green+Blue) = 236+205+236=677 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.86% from 677); Green value is 205 (80.47% from 255 or 30.28% from 677); Blue value is 236 (92.58% from 255 or 34.86% from 677); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECCDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCDEC is #133213. Grayscale: #D9D9D9. Windows color (decimal): -1258004 or 15519212. OLE color: 15519212.

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

Color convert

RGB 236 205 236 -
CMYK 0 0.13 0 0.07
HSL 300º 0.45% 0.86% -
HSV(B) 300º 0.13% 0.93% -
XYZ 71.56 67.55 88.62 -
YUV 217.8 138.27 140.98 -
System Red Green Blue C M Y K H S L
Decimal 236 205 236 0 0.13 0 0.07 300 0.45 0.86
Hex EC CD EC 0 D 0 7 12C 2D 56
Octal 354 315 354 0 15 0 7 454 55 126
Binary 11101100 11001101 11101100 0 1101 0 111 100101100 101101 1010110

Color Harmonies of #ECCDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCDEC

Black with #ECCDEC

Text Example


Text Example

White with #ECCDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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