Html Css Color HEX #ECDAE8 Snuff

📋 copy color: '#ECDAE8'

red 236 ◦ green 218 ◦ blue 232

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

Shades of Snuff #ECDAE8

Tints of Snuff #ECDAE8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.78%

 BLUE value IS 232 (91.02% from 255) = 33.82%

R = 34.4%
G = 31.78%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#ECDAE8 (or 0xECDAE8) is known color: Snuff. HEX triplet: EC, DA and E8. RGB value is (236,218,232). Sum of RGB (Red+Green+Blue) = 236+218+232=686 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.40% from 686); Green value is 218 (85.55% from 255 or 31.78% from 686); Blue value is 232 (91.02% from 255 or 33.82% from 686); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDAE8 is #132517. Grayscale: #E0E0E0. Windows color (decimal): -1254680 or 15260396. OLE color: 15260396.

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

Color convert

RGB 236 218 232 -
CMYK 0 0.08 0.02 0.07
HSL 313.33º 0.32% 0.89% -
HSV(B) 313.33º 0.08% 0.93% -
XYZ 74.23 73.8 86.68 -
YUV 224.98 131.96 135.86 -
System Red Green Blue C M Y K H S L
Decimal 236 218 232 0 0.08 0.02 0.07 313.33 0.32 0.89
Hex EC DA E8 0 8 2 7 139 20 59
Octal 354 332 350 0 10 2 7 471 40 131
Binary 11101100 11011010 11101000 0 1000 10 111 100111001 100000 1011001

Color Harmonies of #ECDAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDAE8

Black with #ECDAE8

Text Example


Text Example

White with #ECDAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDAE8; }

 p { color: rgb(236,218,232); }

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

background-color css

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

 a { background-color: rgb(236,218,232); }

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

border-color css

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

 span { border-color: rgb(236,218,232); }

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