Html Css Color HEX #EDC9F0 Snuff

📋 copy color: '#EDC9F0'

red 237 ◦ green 201 ◦ blue 240

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

Shades of Snuff #EDC9F0

Tints of Snuff #EDC9F0

RGB

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

 GREEN value IS 201 (78.91% from 255) = 29.65%

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

R = 34.96%
G = 29.65%
B = 35.4%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EDC9F0 (or 0xEDC9F0) is known color: Snuff. HEX triplet: ED, C9 and F0. RGB value is (237,201,240). Sum of RGB (Red+Green+Blue) = 237+201+240=678 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.96% from 678); Green value is 201 (78.91% from 255 or 29.65% from 678); Blue value is 240 (94.14% from 255 or 35.40% from 678); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDC9F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC9F0 is #12360F. Grayscale: #D8D8D8. Windows color (decimal): -1193488 or 15780333. OLE color: 15780333.

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

Color convert

RGB 237 201 240 -
CMYK 0.01 0.16 0 0.06
HSL 295.38º 0.57% 0.86% -
HSV(B) 295.38º 0.16% 0.94% -
XYZ 71.54 66.07 91.42 -
YUV 216.21 141.43 142.83 -
System Red Green Blue C M Y K H S L
Decimal 237 201 240 0.01 0.16 0 0.06 295.38 0.57 0.86
Hex ED C9 F0 1 10 0 6 127 39 56
Octal 355 311 360 1 20 0 6 447 71 126
Binary 11101101 11001001 11110000 1 10000 0 110 100100111 111001 1010110

Color Harmonies of #EDC9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC9F0

Black with #EDC9F0

Text Example


Text Example

White with #EDC9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC9F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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