Shades of Peppermint #DAEFCD
Tints of Peppermint #DAEFCD
RGB
CMYK
RGB Variations
Color information
#DAEFCD (or 0xDAEFCD) is known color: Peppermint. HEX triplet: DA, EF and CD. RGB value is (218,239,205). Sum of RGB (Red+Green+Blue) = 218+239+205=662 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.93% from 662); Green value is 239 (93.75% from 255 or 36.10% from 662); Blue value is 205 (80.47% from 255 or 30.97% from 662); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEFCD is #251032. Grayscale: #E4E4E4. Windows color (decimal): -2428979 or 13496282. OLE color: 13496282.
HSL color Cylindrical-coordinate representation of color #DAEFCD: hue angle of 97.06º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAEFCD is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
RGB | 218 | 239 | 205 | - |
CMYK | 0.09 | 0 | 0.14 | 0.06 |
HSL | 97.06º | 0.52% | 0.87% | - |
HSV(B) | 97.06º | 0.14% | 0.94% | - |
XYZ | 70.8 | 81.05 | 69.67 | - |
YUV | 228.85 | 114.54 | 120.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 239 | 205 | 0.09 | 0 | 0.14 | 0.06 | 97.06 | 0.52 | 0.87 |
Hex | DA | EF | CD | 9 | 0 | E | 6 | 61 | 34 | 57 |
Octal | 332 | 357 | 315 | 11 | 0 | 16 | 6 | 141 | 64 | 127 |
Binary | 11011010 | 11101111 | 11001101 | 1001 | 0 | 1110 | 110 | 1100001 | 110100 | 1010111 |
Color Harmonies of #DAEFCD
Complementary color
Monochromatic Colors of #DAEFCD
Black with #DAEFCD
Text Example
Text Example
White with #DAEFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEFCD; }
p { color: rgb(218,239,205); }
H1.HeaderClassName
{
color: #DAEFCD;
}
.AnyTagClassName
{
color: #DAEFCD;
}
</style>
background-color css
<style>
a { background-color: #DAEFCD; }
a { background-color: rgb(218,239,205); }
div.DivClassName
{
background-color: #DAEFCD;
}
.BgClassName
{
background-color: #DAEFCD;
}
</style>
border-color css
<style>
span { border-color: #DAEFCD; }
span { border-color: rgb(218,239,205); }
td.TdClassName
{
border-color: #DAEFCD;
}
.TagClassName
{
border-color: #DAEFCD;
}
</style>