Html Css Color HEX #EDC0F3 Snuff

📋 copy color: '#EDC0F3'

red 237 ◦ green 192 ◦ blue 243

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

Shades of Snuff #EDC0F3

Tints of Snuff #EDC0F3

RGB

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

 GREEN value IS 192 (75.39% from 255) = 28.57%

 BLUE value IS 243 (95.31% from 255) = 36.16%

R = 35.27%
G = 28.57%
B = 36.16%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EDC0F3 (or 0xEDC0F3) is known color: Snuff. HEX triplet: ED, C0 and F3. RGB value is (237,192,243). Sum of RGB (Red+Green+Blue) = 237+192+243=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 192 (75.39% from 255 or 28.57% from 672); Blue value is 243 (95.31% from 255 or 36.16% from 672); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDC0F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC0F3 is #123F0C. Grayscale: #D3D3D3. Windows color (decimal): -1195789 or 15974637. OLE color: 15974637.

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

Color convert

RGB 237 192 243 -
CMYK 0.02 0.21 0 0.05
HSL 292.94º 0.68% 0.85% -
HSV(B) 292.94º 0.21% 0.95% -
XYZ 69.95 62.17 93.11 -
YUV 211.27 145.91 146.35 -
System Red Green Blue C M Y K H S L
Decimal 237 192 243 0.02 0.21 0 0.05 292.94 0.68 0.85
Hex ED C0 F3 2 15 0 5 125 44 55
Octal 355 300 363 2 25 0 5 445 104 125
Binary 11101101 11000000 11110011 10 10101 0 101 100100101 1000100 1010101

Color Harmonies of #EDC0F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC0F3

Black with #EDC0F3

Text Example


Text Example

White with #EDC0F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC0F3; }

 p { color: rgb(237,192,243); }

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

background-color css

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

 a { background-color: rgb(237,192,243); }

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

border-color css

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

 span { border-color: rgb(237,192,243); }

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