Shades of Peppermint #DAEECF
Tints of Peppermint #DAEECF
RGB
CMYK
RGB Variations
Color information
#DAEECF (or 0xDAEECF) is known color: Peppermint. HEX triplet: DA, EE and CF. RGB value is (218,238,207). Sum of RGB (Red+Green+Blue) = 218+238+207=663 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.88% from 663); Green value is 238 (93.36% from 255 or 35.90% from 663); Blue value is 207 (81.25% from 255 or 31.22% from 663); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEECF is #251130. Grayscale: #E4E4E4. Windows color (decimal): -2429233 or 13627098. OLE color: 13627098.
HSL color Cylindrical-coordinate representation of color #DAEECF: hue angle of 98.71º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAEECF is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 238 | 207 | - |
| CMYK | 0.08 | 0 | 0.13 | 0.07 |
| HSL | 98.71º | 0.48% | 0.87% | - |
| HSV(B) | 98.71º | 0.13% | 0.93% | - |
| XYZ | 70.75 | 80.56 | 70.85 | - |
| YUV | 228.49 | 115.87 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 238 | 207 | 0.08 | 0 | 0.13 | 0.07 | 98.71 | 0.48 | 0.87 |
| Hex | DA | EE | CF | 8 | 0 | D | 7 | 63 | 30 | 57 |
| Octal | 332 | 356 | 317 | 10 | 0 | 15 | 7 | 143 | 60 | 127 |
| Binary | 11011010 | 11101110 | 11001111 | 1000 | 0 | 1101 | 111 | 1100011 | 110000 | 1010111 |
Color Harmonies of #DAEECF
Complementary color
Monochromatic Colors of #DAEECF
Black with #DAEECF
Text Example
Text Example
White with #DAEECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEECF; }
p { color: rgb(218,238,207); }
H1.HeaderClassName
{
color: #DAEECF;
}
.AnyTagClassName
{
color: #DAEECF;
}
</style>
background-color css
<style>
a { background-color: #DAEECF; }
a { background-color: rgb(218,238,207); }
div.DivClassName
{
background-color: #DAEECF;
}
.BgClassName
{
background-color: #DAEECF;
}
</style>
border-color css
<style>
span { border-color: #DAEECF; }
span { border-color: rgb(218,238,207); }
td.TdClassName
{
border-color: #DAEECF;
}
.TagClassName
{
border-color: #DAEECF;
}
</style>