Html Css Color HEX #ECD8ED Snuff

📋 copy color: '#ECD8ED'

red 236 ◦ green 216 ◦ blue 237

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

Shades of Snuff #ECD8ED

Tints of Snuff #ECD8ED

RGB

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

 GREEN value IS 216 (84.77% from 255) = 31.35%

 BLUE value IS 237 (92.97% from 255) = 34.4%

R = 34.25%
G = 31.35%
B = 34.4%

CMYK

 C value IS 0.00

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ECD8ED (or 0xECD8ED) is known color: Snuff. HEX triplet: EC, D8 and ED. RGB value is (236,216,237). Sum of RGB (Red+Green+Blue) = 236+216+237=689 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.25% from 689); Green value is 216 (84.77% from 255 or 31.35% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECD8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD8ED is #132712. Grayscale: #E0E0E0. Windows color (decimal): -1255187 or 15587564. OLE color: 15587564.

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

Color convert

RGB 236 216 237 -
CMYK 0.00 0.09 0 0.07
HSL 297.14º 0.37% 0.89% -
HSV(B) 297.14º 0.09% 0.93% -
XYZ 74.43 73.06 90.3 -
YUV 224.37 135.13 136.29 -
System Red Green Blue C M Y K H S L
Decimal 236 216 237 0.00 0.09 0 0.07 297.14 0.37 0.89
Hex EC D8 ED 0 9 0 7 129 25 59
Octal 354 330 355 0 11 0 7 451 45 131
Binary 11101100 11011000 11101101 0 1001 0 111 100101001 100101 1011001

Color Harmonies of #ECD8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD8ED

Black with #ECD8ED

Text Example


Text Example

White with #ECD8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD8ED; }

 p { color: rgb(236,216,237); }

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

background-color css

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

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

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

border-color css

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

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

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