Html Css Color HEX #ECDBE9 Snuff

📋 copy color: '#ECDBE9'

red 236 ◦ green 219 ◦ blue 233

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

Shades of Snuff #ECDBE9

Tints of Snuff #ECDBE9

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.83%

 BLUE value IS 233 (91.41% from 255) = 33.87%

R = 34.3%
G = 31.83%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ECDBE9 (or 0xECDBE9) is known color: Snuff. HEX triplet: EC, DB and E9. RGB value is (236,219,233). Sum of RGB (Red+Green+Blue) = 236+219+233=688 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.30% from 688); Green value is 219 (85.94% from 255 or 31.83% from 688); Blue value is 233 (91.41% from 255 or 33.87% from 688); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDBE9 is #132416. Grayscale: #E1E1E1. Windows color (decimal): -1254423 or 15326188. OLE color: 15326188.

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

Color convert

RGB 236 219 233 -
CMYK 0 0.07 0.01 0.07
HSL 310.59º 0.31% 0.89% -
HSV(B) 310.59º 0.07% 0.93% -
XYZ 74.63 74.38 87.51 -
YUV 225.68 132.13 135.36 -
System Red Green Blue C M Y K H S L
Decimal 236 219 233 0 0.07 0.01 0.07 310.59 0.31 0.89
Hex EC DB E9 0 7 1 7 137 1F 59
Octal 354 333 351 0 7 1 7 467 37 131
Binary 11101100 11011011 11101001 0 111 1 111 100110111 11111 1011001

Color Harmonies of #ECDBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDBE9

Black with #ECDBE9

Text Example


Text Example

White with #ECDBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDBE9; }

 p { color: rgb(236,219,233); }

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

background-color css

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

 a { background-color: rgb(236,219,233); }

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

border-color css

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

 span { border-color: rgb(236,219,233); }

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