Shades of Pot Pourri #EDDAD2
Tints of Pot Pourri #EDDAD2
RGB
CMYK
RGB Variations
Color information
#EDDAD2 (or 0xEDDAD2) is known color: Pot Pourri. HEX triplet: ED, DA and D2. RGB value is (237,218,210). Sum of RGB (Red+Green+Blue) = 237+218+210=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 218 (85.55% from 255 or 32.78% from 665); Blue value is 210 (82.42% from 255 or 31.58% from 665); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDAD2 is #12252D. Grayscale: #DEDEDE. Windows color (decimal): -1189166 or 13818605. OLE color: 13818605.
HSL color Cylindrical-coordinate representation of color #EDDAD2: hue angle of 17.78º degrees, saturation: 0.43, 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 #EDDAD2 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 218 | 210 | - |
CMYK | 0 | 0.08 | 0.11 | 0.07 |
HSL | 17.78º | 0.43% | 0.88% | - |
HSV(B) | 17.78º | 0.11% | 0.93% | - |
XYZ | 71.63 | 72.8 | 71.25 | - |
YUV | 222.77 | 120.79 | 138.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 218 | 210 | 0 | 0.08 | 0.11 | 0.07 | 17.78 | 0.43 | 0.88 |
Hex | ED | DA | D2 | 0 | 8 | B | 7 | 12 | 2B | 58 |
Octal | 355 | 332 | 322 | 0 | 10 | 13 | 7 | 22 | 53 | 130 |
Binary | 11101101 | 11011010 | 11010010 | 0 | 1000 | 1011 | 111 | 10010 | 101011 | 1011000 |
Color Harmonies of #EDDAD2
Complementary color
Monochromatic Colors of #EDDAD2
Black with #EDDAD2
Text Example
Text Example
White with #EDDAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDAD2; }
p { color: rgb(237,218,210); }
H1.HeaderClassName
{
color: #EDDAD2;
}
.AnyTagClassName
{
color: #EDDAD2;
}
</style>
background-color css
<style>
a { background-color: #EDDAD2; }
a { background-color: rgb(237,218,210); }
div.DivClassName
{
background-color: #EDDAD2;
}
.BgClassName
{
background-color: #EDDAD2;
}
</style>
border-color css
<style>
span { border-color: #EDDAD2; }
span { border-color: rgb(237,218,210); }
td.TdClassName
{
border-color: #EDDAD2;
}
.TagClassName
{
border-color: #EDDAD2;
}
</style>