Html Css Color HEX #EDC5F4 Snuff

📋 copy color: '#EDC5F4'

red 237 ◦ green 197 ◦ blue 244

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

Shades of Snuff #EDC5F4

Tints of Snuff #EDC5F4

RGB

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

 GREEN value IS 197 (77.34% from 255) = 29.06%

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

R = 34.96%
G = 29.06%
B = 35.99%

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

#EDC5F4 (or 0xEDC5F4) is known color: Snuff. HEX triplet: ED, C5 and F4. RGB value is (237,197,244). Sum of RGB (Red+Green+Blue) = 237+197+244=678 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.96% from 678); Green value is 197 (77.34% from 255 or 29.06% from 678); Blue value is 244 (95.70% from 255 or 35.99% from 678); Max value from RGB is 244 - color contains mainly: blue. Hex color #EDC5F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC5F4 is #123A0B. Grayscale: #D6D6D6. Windows color (decimal): -1194508 or 16041453. OLE color: 16041453.

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

Color convert

RGB 237 197 244 -
CMYK 0.03 0.19 0 0.04
HSL 291.06º 0.68% 0.86% -
HSV(B) 291.06º 0.19% 0.96% -
XYZ 71.22 64.47 94.28 -
YUV 214.32 144.75 144.18 -
System Red Green Blue C M Y K H S L
Decimal 237 197 244 0.03 0.19 0 0.04 291.06 0.68 0.86
Hex ED C5 F4 3 13 0 4 123 44 56
Octal 355 305 364 3 23 0 4 443 104 126
Binary 11101101 11000101 11110100 11 10011 0 100 100100011 1000100 1010110

Color Harmonies of #EDC5F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC5F4

Black with #EDC5F4

Text Example


Text Example

White with #EDC5F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC5F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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