Html Css Color HEX #EDDDEA Snuff

📋 copy color: '#EDDDEA'

red 237 ◦ green 221 ◦ blue 234

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

Shades of Snuff #EDDDEA

Tints of Snuff #EDDDEA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 31.94%

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

R = 34.25%
G = 31.94%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EDDDEA (or 0xEDDDEA) is known color: Snuff. HEX triplet: ED, DD and EA. RGB value is (237,221,234). Sum of RGB (Red+Green+Blue) = 237+221+234=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 221 (86.72% from 255 or 31.94% from 692); Blue value is 234 (91.80% from 255 or 33.82% from 692); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDDEA is #122215. Grayscale: #E3E3E3. Windows color (decimal): -1188374 or 15392237. OLE color: 15392237.

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

Color convert

RGB 237 221 234 -
CMYK 0 0.07 0.01 0.07
HSL 311.25º 0.31% 0.9% -
HSV(B) 311.25º 0.07% 0.93% -
XYZ 75.63 75.66 88.46 -
YUV 227.27 131.8 134.94 -
System Red Green Blue C M Y K H S L
Decimal 237 221 234 0 0.07 0.01 0.07 311.25 0.31 0.9
Hex ED DD EA 0 7 1 7 137 1F 5A
Octal 355 335 352 0 7 1 7 467 37 132
Binary 11101101 11011101 11101010 0 111 1 111 100110111 11111 1011010

Color Harmonies of #EDDDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDDEA

Black with #EDDDEA

Text Example


Text Example

White with #EDDDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDDEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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