Html Css Color HEX #EDD3E6 Snuff

📋 copy color: '#EDD3E6'

red 237 ◦ green 211 ◦ blue 230

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

Shades of Snuff #EDD3E6

Tints of Snuff #EDD3E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 33.92%

R = 34.96%
G = 31.12%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EDD3E6 (or 0xEDD3E6) is known color: Snuff. HEX triplet: ED, D3 and E6. RGB value is (237,211,230). Sum of RGB (Red+Green+Blue) = 237+211+230=678 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.96% from 678); Green value is 211 (82.81% from 255 or 31.12% from 678); Blue value is 230 (90.23% from 255 or 33.92% from 678); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD3E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD3E6 is #122C19. Grayscale: #DCDCDC. Windows color (decimal): -1190938 or 15127533. OLE color: 15127533.

HSL color Cylindrical-coordinate representation of color #EDD3E6: hue angle of 316.15º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDD3E6 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 211 230 -
CMYK 0 0.11 0.03 0.07
HSL 316.15º 0.42% 0.88% -
HSV(B) 316.15º 0.11% 0.93% -
XYZ 72.5 70.31 84.61 -
YUV 220.94 133.11 139.46 -
System Red Green Blue C M Y K H S L
Decimal 237 211 230 0 0.11 0.03 0.07 316.15 0.42 0.88
Hex ED D3 E6 0 B 3 7 13C 2A 58
Octal 355 323 346 0 13 3 7 474 52 130
Binary 11101101 11010011 11100110 0 1011 11 111 100111100 101010 1011000

Color Harmonies of #EDD3E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD3E6

Black with #EDD3E6

Text Example


Text Example

White with #EDD3E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD3E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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