Html Css Color HEX #EDD3F0 Snuff

📋 copy color: '#EDD3F0'

red 237 ◦ green 211 ◦ blue 240

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

Shades of Snuff #EDD3F0

Tints of Snuff #EDD3F0

RGB

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

 GREEN value IS 211 (82.81% from 255) = 30.67%

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

R = 34.45%
G = 30.67%
B = 34.88%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EDD3F0 (or 0xEDD3F0) is known color: Snuff. HEX triplet: ED, D3 and F0. RGB value is (237,211,240). Sum of RGB (Red+Green+Blue) = 237+211+240=688 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.45% from 688); Green value is 211 (82.81% from 255 or 30.67% from 688); Blue value is 240 (94.14% from 255 or 34.88% from 688); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDD3F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD3F0 is #122C0F. Grayscale: #DDDDDD. Windows color (decimal): -1190928 or 15782893. OLE color: 15782893.

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

Color convert

RGB 237 211 240 -
CMYK 0.01 0.12 0 0.06
HSL 293.79º 0.49% 0.88% -
HSV(B) 293.79º 0.12% 0.94% -
XYZ 73.95 70.88 92.22 -
YUV 222.08 138.11 138.64 -
System Red Green Blue C M Y K H S L
Decimal 237 211 240 0.01 0.12 0 0.06 293.79 0.49 0.88
Hex ED D3 F0 1 C 0 6 126 31 58
Octal 355 323 360 1 14 0 6 446 61 130
Binary 11101101 11010011 11110000 1 1100 0 110 100100110 110001 1011000

Color Harmonies of #EDD3F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD3F0

Black with #EDD3F0

Text Example


Text Example

White with #EDD3F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD3F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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