Html Css Color HEX #EDC6EF Snuff

📋 copy color: '#EDC6EF'

red 237 ◦ green 198 ◦ blue 239

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

Shades of Snuff #EDC6EF

Tints of Snuff #EDC6EF

RGB

 RED value IS 237 (92.97% from 255) = 35.16%

 GREEN value IS 198 (77.73% from 255) = 29.38%

 BLUE value IS 239 (93.75% from 255) = 35.46%

R = 35.16%
G = 29.38%
B = 35.46%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EDC6EF (or 0xEDC6EF) is known color: Snuff. HEX triplet: ED, C6 and EF. RGB value is (237,198,239). Sum of RGB (Red+Green+Blue) = 237+198+239=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 198 (77.73% from 255 or 29.38% from 674); Blue value is 239 (93.75% from 255 or 35.46% from 674); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDC6EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC6EF is #123910. Grayscale: #D6D6D6. Windows color (decimal): -1194257 or 15714029. OLE color: 15714029.

HSL color Cylindrical-coordinate representation of color #EDC6EF: hue angle of 297.07º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDC6EF is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 198 239 -
CMYK 0.01 0.17 0 0.06
HSL 297.07º 0.56% 0.86% -
HSV(B) 297.07º 0.17% 0.94% -
XYZ 70.7 64.62 90.41 -
YUV 214.34 141.92 144.17 -
System Red Green Blue C M Y K H S L
Decimal 237 198 239 0.01 0.17 0 0.06 297.07 0.56 0.86
Hex ED C6 EF 1 11 0 6 129 38 56
Octal 355 306 357 1 21 0 6 451 70 126
Binary 11101101 11000110 11101111 1 10001 0 110 100101001 111000 1010110

Color Harmonies of #EDC6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC6EF

Black with #EDC6EF

Text Example


Text Example

White with #EDC6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC6EF; }

 p { color: rgb(237,198,239); }

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

background-color css

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

 a { background-color: rgb(237,198,239); }

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

border-color css

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

 span { border-color: rgb(237,198,239); }

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