Html Css Color HEX #EDC8F2 Snuff

📋 copy color: '#EDC8F2'

red 237 ◦ green 200 ◦ blue 242

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

Shades of Snuff #EDC8F2

Tints of Snuff #EDC8F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.64%

R = 34.9%
G = 29.46%
B = 35.64%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EDC8F2 (or 0xEDC8F2) is known color: Snuff. HEX triplet: ED, C8 and F2. RGB value is (237,200,242). Sum of RGB (Red+Green+Blue) = 237+200+242=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 200 (78.52% from 255 or 29.46% from 679); Blue value is 242 (94.92% from 255 or 35.64% from 679); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDC8F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC8F2 is #12370D. Grayscale: #D7D7D7. Windows color (decimal): -1193742 or 15911149. OLE color: 15911149.

HSL color Cylindrical-coordinate representation of color #EDC8F2: hue angle of 292.86º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDC8F2 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 200 242 -
CMYK 0.02 0.17 0 0.05
HSL 292.86º 0.62% 0.87% -
HSV(B) 292.86º 0.17% 0.95% -
XYZ 71.61 65.72 92.92 -
YUV 215.85 142.76 143.08 -
System Red Green Blue C M Y K H S L
Decimal 237 200 242 0.02 0.17 0 0.05 292.86 0.62 0.87
Hex ED C8 F2 2 11 0 5 125 3E 57
Octal 355 310 362 2 21 0 5 445 76 127
Binary 11101101 11001000 11110010 10 10001 0 101 100100101 111110 1010111

Color Harmonies of #EDC8F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC8F2

Black with #EDC8F2

Text Example


Text Example

White with #EDC8F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC8F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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