Html Css Color HEX #ECD3EF Snuff

📋 copy color: '#ECD3EF'

red 236 ◦ green 211 ◦ blue 239

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

Shades of Snuff #ECD3EF

Tints of Snuff #ECD3EF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 30.76%

 BLUE value IS 239 (93.75% from 255) = 34.84%

R = 34.4%
G = 30.76%
B = 34.84%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ECD3EF (or 0xECD3EF) is known color: Snuff. HEX triplet: EC, D3 and EF. RGB value is (236,211,239). Sum of RGB (Red+Green+Blue) = 236+211+239=686 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.40% from 686); Green value is 211 (82.81% from 255 or 30.76% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECD3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD3EF is #132C10. Grayscale: #DDDDDD. Windows color (decimal): -1256465 or 15717356. OLE color: 15717356.

HSL color Cylindrical-coordinate representation of color #ECD3EF: hue angle of 293.57º degrees, saturation: 0.47, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECD3EF is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 236 211 239 -
CMYK 0.01 0.12 0 0.06
HSL 293.57º 0.47% 0.88% -
HSV(B) 293.57º 0.12% 0.94% -
XYZ 73.47 70.65 91.43 -
YUV 221.67 137.78 138.22 -
System Red Green Blue C M Y K H S L
Decimal 236 211 239 0.01 0.12 0 0.06 293.57 0.47 0.88
Hex EC D3 EF 1 C 0 6 126 2F 58
Octal 354 323 357 1 14 0 6 446 57 130
Binary 11101100 11010011 11101111 1 1100 0 110 100100110 101111 1011000

Color Harmonies of #ECD3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD3EF

Black with #ECD3EF

Text Example


Text Example

White with #ECD3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD3EF; }

 p { color: rgb(236,211,239); }

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

background-color css

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

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

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

border-color css

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

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

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