Html Css Color HEX #EDC8F0 Snuff

📋 copy color: '#EDC8F0'

red 237 ◦ green 200 ◦ blue 240

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

Shades of Snuff #EDC8F0

Tints of Snuff #EDC8F0

RGB

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

 GREEN value IS 200 (78.52% from 255) = 29.54%

 BLUE value IS 240 (94.14% from 255) = 35.45%

R = 35.01%
G = 29.54%
B = 35.45%

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

#EDC8F0 (or 0xEDC8F0) is known color: Snuff. HEX triplet: ED, C8 and F0. RGB value is (237,200,240). Sum of RGB (Red+Green+Blue) = 237+200+240=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 200 (78.52% from 255 or 29.54% from 677); Blue value is 240 (94.14% from 255 or 35.45% from 677); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDC8F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC8F0 is #12370F. Grayscale: #D7D7D7. Windows color (decimal): -1193744 or 15780077. OLE color: 15780077.

HSL color Cylindrical-coordinate representation of color #EDC8F0: hue angle of 295.5º degrees, saturation: 0.57, 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 #EDC8F0 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 200 240 -
CMYK 0.01 0.17 0 0.06
HSL 295.5º 0.57% 0.86% -
HSV(B) 295.5º 0.17% 0.94% -
XYZ 71.31 65.6 91.34 -
YUV 215.62 141.76 143.25 -
System Red Green Blue C M Y K H S L
Decimal 237 200 240 0.01 0.17 0 0.06 295.5 0.57 0.86
Hex ED C8 F0 1 11 0 6 128 39 56
Octal 355 310 360 1 21 0 6 450 71 126
Binary 11101101 11001000 11110000 1 10001 0 110 100101000 111001 1010110

Color Harmonies of #EDC8F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC8F0

Black with #EDC8F0

Text Example


Text Example

White with #EDC8F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC8F0; }

 p { color: rgb(237,200,240); }

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

background-color css

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

 a { background-color: rgb(237,200,240); }

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

border-color css

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

 span { border-color: rgb(237,200,240); }

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