Html Css Color HEX #ECD3F0 Snuff

📋 copy color: '#ECD3F0'

red 236 ◦ green 211 ◦ blue 240

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

Shades of Snuff #ECD3F0

Tints of Snuff #ECD3F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 34.93%

R = 34.35%
G = 30.71%
B = 34.93%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ECD3F0 (or 0xECD3F0) is known color: Snuff. HEX triplet: EC, D3 and F0. RGB value is (236,211,240). Sum of RGB (Red+Green+Blue) = 236+211+240=687 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.35% from 687); Green value is 211 (82.81% from 255 or 30.71% from 687); Blue value is 240 (94.14% from 255 or 34.93% from 687); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECD3F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD3F0 is #132C0F. Grayscale: #DDDDDD. Windows color (decimal): -1256464 or 15782892. OLE color: 15782892.

HSL color Cylindrical-coordinate representation of color #ECD3F0: hue angle of 291.72º degrees, saturation: 0.49, 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 #ECD3F0 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 236 211 240 -
CMYK 0.02 0.12 0 0.06
HSL 291.72º 0.49% 0.88% -
HSV(B) 291.72º 0.12% 0.94% -
XYZ 73.61 70.71 92.21 -
YUV 221.78 138.28 138.14 -
System Red Green Blue C M Y K H S L
Decimal 236 211 240 0.02 0.12 0 0.06 291.72 0.49 0.88
Hex EC D3 F0 2 C 0 6 124 31 58
Octal 354 323 360 2 14 0 6 444 61 130
Binary 11101100 11010011 11110000 10 1100 0 110 100100100 110001 1011000

Color Harmonies of #ECD3F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD3F0

Black with #ECD3F0

Text Example


Text Example

White with #ECD3F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD3F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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