Shades of Pot Pourri #EFDAD2
Tints of Pot Pourri #EFDAD2
RGB
CMYK
RGB Variations
Color information
#EFDAD2 (or 0xEFDAD2) is known color: Pot Pourri. HEX triplet: EF, DA and D2. RGB value is (239,218,210). Sum of RGB (Red+Green+Blue) = 239+218+210=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 210 (82.42% from 255 or 31.48% from 667); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDAD2 is #10252D. Grayscale: #DFDFDF. Windows color (decimal): -1058094 or 13818607. OLE color: 13818607.
HSL color Cylindrical-coordinate representation of color #EFDAD2: hue angle of 16.55º degrees, saturation: 0.48, 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 #EFDAD2 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 218 | 210 | - |
CMYK | 0 | 0.09 | 0.12 | 0.06 |
HSL | 16.55º | 0.48% | 0.88% | - |
HSV(B) | 16.55º | 0.12% | 0.94% | - |
XYZ | 72.3 | 73.15 | 71.28 | - |
YUV | 223.37 | 120.46 | 139.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 218 | 210 | 0 | 0.09 | 0.12 | 0.06 | 16.55 | 0.48 | 0.88 |
Hex | EF | DA | D2 | 0 | 9 | C | 6 | 11 | 30 | 58 |
Octal | 357 | 332 | 322 | 0 | 11 | 14 | 6 | 21 | 60 | 130 |
Binary | 11101111 | 11011010 | 11010010 | 0 | 1001 | 1100 | 110 | 10001 | 110000 | 1011000 |
Color Harmonies of #EFDAD2
Complementary color
Monochromatic Colors of #EFDAD2
Black with #EFDAD2
Text Example
Text Example
White with #EFDAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDAD2; }
p { color: rgb(239,218,210); }
H1.HeaderClassName
{
color: #EFDAD2;
}
.AnyTagClassName
{
color: #EFDAD2;
}
</style>
background-color css
<style>
a { background-color: #EFDAD2; }
a { background-color: rgb(239,218,210); }
div.DivClassName
{
background-color: #EFDAD2;
}
.BgClassName
{
background-color: #EFDAD2;
}
</style>
border-color css
<style>
span { border-color: #EFDAD2; }
span { border-color: rgb(239,218,210); }
td.TdClassName
{
border-color: #EFDAD2;
}
.TagClassName
{
border-color: #EFDAD2;
}
</style>