Html Css Color HEX #EDD8EA Snuff

📋 copy color: '#EDD8EA'

red 237 ◦ green 216 ◦ blue 234

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

Shades of Snuff #EDD8EA

Tints of Snuff #EDD8EA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 31.44%

 BLUE value IS 234 (91.8% from 255) = 34.06%

R = 34.5%
G = 31.44%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EDD8EA (or 0xEDD8EA) is known color: Snuff. HEX triplet: ED, D8 and EA. RGB value is (237,216,234). Sum of RGB (Red+Green+Blue) = 237+216+234=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 216 (84.77% from 255 or 31.44% from 687); Blue value is 234 (91.80% from 255 or 34.06% from 687); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD8EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD8EA is #122715. Grayscale: #E0E0E0. Windows color (decimal): -1189654 or 15390957. OLE color: 15390957.

HSL color Cylindrical-coordinate representation of color #EDD8EA: hue angle of 308.57º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDD8EA is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 216 234 -
CMYK 0 0.09 0.01 0.07
HSL 308.57º 0.37% 0.89% -
HSV(B) 308.57º 0.09% 0.93% -
XYZ 74.33 73.06 88.03 -
YUV 224.33 133.46 137.04 -
System Red Green Blue C M Y K H S L
Decimal 237 216 234 0 0.09 0.01 0.07 308.57 0.37 0.89
Hex ED D8 EA 0 9 1 7 135 25 59
Octal 355 330 352 0 11 1 7 465 45 131
Binary 11101101 11011000 11101010 0 1001 1 111 100110101 100101 1011001

Color Harmonies of #EDD8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD8EA

Black with #EDD8EA

Text Example


Text Example

White with #EDD8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD8EA; }

 p { color: rgb(237,216,234); }

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

background-color css

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

 a { background-color: rgb(237,216,234); }

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

border-color css

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

 span { border-color: rgb(237,216,234); }

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