Html Css Color HEX #EDC6F4 Snuff

📋 copy color: '#EDC6F4'

red 237 ◦ green 198 ◦ blue 244

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

Shades of Snuff #EDC6F4

Tints of Snuff #EDC6F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 35.94%

R = 34.9%
G = 29.16%
B = 35.94%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EDC6F4 (or 0xEDC6F4) is known color: Snuff. HEX triplet: ED, C6 and F4. RGB value is (237,198,244). Sum of RGB (Red+Green+Blue) = 237+198+244=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 198 (77.73% from 255 or 29.16% from 679); Blue value is 244 (95.70% from 255 or 35.94% from 679); Max value from RGB is 244 - color contains mainly: blue. Hex color #EDC6F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC6F4 is #12390B. Grayscale: #D6D6D6. Windows color (decimal): -1194252 or 16041709. OLE color: 16041709.

HSL color Cylindrical-coordinate representation of color #EDC6F4: hue angle of 290.87º degrees, saturation: 0.68, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDC6F4 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 198 244 -
CMYK 0.03 0.19 0 0.04
HSL 290.87º 0.68% 0.87% -
HSV(B) 290.87º 0.19% 0.96% -
XYZ 71.45 64.92 94.35 -
YUV 214.91 144.42 143.76 -
System Red Green Blue C M Y K H S L
Decimal 237 198 244 0.03 0.19 0 0.04 290.87 0.68 0.87
Hex ED C6 F4 3 13 0 4 123 44 57
Octal 355 306 364 3 23 0 4 443 104 127
Binary 11101101 11000110 11110100 11 10011 0 100 100100011 1000100 1010111

Color Harmonies of #EDC6F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC6F4

Black with #EDC6F4

Text Example


Text Example

White with #EDC6F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC6F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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