Html Css Color HEX #ECDBE7 Snuff

📋 copy color: '#ECDBE7'

red 236 ◦ green 219 ◦ blue 231

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

Shades of Snuff #ECDBE7

Tints of Snuff #ECDBE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 33.67%

R = 34.4%
G = 31.92%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#ECDBE7 (or 0xECDBE7) is known color: Snuff. HEX triplet: EC, DB and E7. RGB value is (236,219,231). Sum of RGB (Red+Green+Blue) = 236+219+231=686 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.40% from 686); Green value is 219 (85.94% from 255 or 31.92% from 686); Blue value is 231 (90.62% from 255 or 33.67% from 686); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDBE7 is #132418. Grayscale: #E1E1E1. Windows color (decimal): -1254425 or 15195116. OLE color: 15195116.

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

Color convert

RGB 236 219 231 -
CMYK 0 0.07 0.02 0.07
HSL 317.65º 0.31% 0.89% -
HSV(B) 317.65º 0.07% 0.93% -
XYZ 74.35 74.27 86.02 -
YUV 225.45 131.13 135.52 -
System Red Green Blue C M Y K H S L
Decimal 236 219 231 0 0.07 0.02 0.07 317.65 0.31 0.89
Hex EC DB E7 0 7 2 7 13E 1F 59
Octal 354 333 347 0 7 2 7 476 37 131
Binary 11101100 11011011 11100111 0 111 10 111 100111110 11111 1011001

Color Harmonies of #ECDBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDBE7

Black with #ECDBE7

Text Example


Text Example

White with #ECDBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDBE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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