Html Css Color HEX #ECD8EB Snuff

📋 copy color: '#ECD8EB'

red 236 ◦ green 216 ◦ blue 235

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

Shades of Snuff #ECD8EB

Tints of Snuff #ECD8EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.21%

R = 34.35%
G = 31.44%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#ECD8EB (or 0xECD8EB) is known color: Snuff. HEX triplet: EC, D8 and EB. RGB value is (236,216,235). Sum of RGB (Red+Green+Blue) = 236+216+235=687 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.35% from 687); Green value is 216 (84.77% from 255 or 31.44% from 687); Blue value is 235 (92.19% from 255 or 34.21% from 687); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD8EB is #132714. Grayscale: #E0E0E0. Windows color (decimal): -1255189 or 15456492. OLE color: 15456492.

HSL color Cylindrical-coordinate representation of color #ECD8EB: hue angle of 303º degrees, saturation: 0.34, 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 #ECD8EB is Cyan = 0, Magento = 0.08, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 216 235 -
CMYK 0 0.08 0.00 0.07
HSL 303º 0.34% 0.89% -
HSV(B) 303º 0.08% 0.93% -
XYZ 74.14 72.94 88.77 -
YUV 224.15 134.13 136.46 -
System Red Green Blue C M Y K H S L
Decimal 236 216 235 0 0.08 0.00 0.07 303 0.34 0.89
Hex EC D8 EB 0 8 0 7 12F 22 59
Octal 354 330 353 0 10 0 7 457 42 131
Binary 11101100 11011000 11101011 0 1000 0 111 100101111 100010 1011001

Color Harmonies of #ECD8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD8EB

Black with #ECD8EB

Text Example


Text Example

White with #ECD8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD8EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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