Html Css Color HEX #EDC2F3 Snuff

📋 copy color: '#EDC2F3'

red 237 ◦ green 194 ◦ blue 243

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

Shades of Snuff #EDC2F3

Tints of Snuff #EDC2F3

RGB

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

 GREEN value IS 194 (76.17% from 255) = 28.78%

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

R = 35.16%
G = 28.78%
B = 36.05%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EDC2F3 (or 0xEDC2F3) is known color: Snuff. HEX triplet: ED, C2 and F3. RGB value is (237,194,243). Sum of RGB (Red+Green+Blue) = 237+194+243=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 194 (76.17% from 255 or 28.78% from 674); Blue value is 243 (95.31% from 255 or 36.05% from 674); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDC2F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC2F3 is #123D0C. Grayscale: #D4D4D4. Windows color (decimal): -1195277 or 15975149. OLE color: 15975149.

HSL color Cylindrical-coordinate representation of color #EDC2F3: hue angle of 292.65º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDC2F3 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 194 243 -
CMYK 0.02 0.20 0 0.05
HSL 292.65º 0.67% 0.86% -
HSV(B) 292.65º 0.2% 0.95% -
XYZ 70.39 63.06 93.26 -
YUV 212.44 145.25 145.52 -
System Red Green Blue C M Y K H S L
Decimal 237 194 243 0.02 0.20 0 0.05 292.65 0.67 0.86
Hex ED C2 F3 2 14 0 5 125 43 56
Octal 355 302 363 2 24 0 5 445 103 126
Binary 11101101 11000010 11110011 10 10100 0 101 100100101 1000011 1010110

Color Harmonies of #EDC2F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC2F3

Black with #EDC2F3

Text Example


Text Example

White with #EDC2F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC2F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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