Html Css Color HEX #ECD8EA Snuff

📋 copy color: '#ECD8EA'

red 236 ◦ green 216 ◦ blue 234

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

Shades of Snuff #ECD8EA

Tints of Snuff #ECD8EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.11%

R = 34.4%
G = 31.49%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ECD8EA (or 0xECD8EA) is known color: Snuff. HEX triplet: EC, D8 and EA. RGB value is (236,216,234). Sum of RGB (Red+Green+Blue) = 236+216+234=686 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.40% from 686); Green value is 216 (84.77% from 255 or 31.49% from 686); Blue value is 234 (91.80% from 255 or 34.11% from 686); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD8EA is #132715. Grayscale: #DFDFDF. Windows color (decimal): -1255190 or 15390956. OLE color: 15390956.

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

Color convert

RGB 236 216 234 -
CMYK 0 0.08 0.01 0.07
HSL 306º 0.34% 0.89% -
HSV(B) 306º 0.08% 0.93% -
XYZ 74 72.89 88.01 -
YUV 224.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 236 216 234 0 0.08 0.01 0.07 306 0.34 0.89
Hex EC D8 EA 0 8 1 7 132 22 59
Octal 354 330 352 0 10 1 7 462 42 131
Binary 11101100 11011000 11101010 0 1000 1 111 100110010 100010 1011001

Color Harmonies of #ECD8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD8EA

Black with #ECD8EA

Text Example


Text Example

White with #ECD8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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