Shades of Mystic #CFE4D9
Tints of Mystic #CFE4D9
RGB
CMYK
RGB Variations
Color information
#CFE4D9 (or 0xCFE4D9) is known color: Mystic. HEX triplet: CF, E4 and D9. RGB value is (207,228,217). Sum of RGB (Red+Green+Blue) = 207+228+217=652 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.75% from 652); Green value is 228 (89.45% from 255 or 34.97% from 652); Blue value is 217 (85.16% from 255 or 33.28% from 652); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE4D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE4D9 is #301B26. Grayscale: #DCDCDC. Windows color (decimal): -3152679 or 14279887. OLE color: 14279887.
HSL color Cylindrical-coordinate representation of color #CFE4D9: hue angle of 148.57º degrees, saturation: 0.28, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFE4D9 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
RGB | 207 | 228 | 217 | - |
CMYK | 0.09 | 0 | 0.05 | 0.11 |
HSL | 148.57º | 0.28% | 0.85% | - |
HSV(B) | 148.57º | 0.09% | 0.89% | - |
XYZ | 66 | 73.76 | 76.4 | - |
YUV | 220.47 | 126.04 | 118.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 228 | 217 | 0.09 | 0 | 0.05 | 0.11 | 148.57 | 0.28 | 0.85 |
Hex | CF | E4 | D9 | 9 | 0 | 5 | B | 95 | 1C | 55 |
Octal | 317 | 344 | 331 | 11 | 0 | 5 | 13 | 225 | 34 | 125 |
Binary | 11001111 | 11100100 | 11011001 | 1001 | 0 | 101 | 1011 | 10010101 | 11100 | 1010101 |
Color Harmonies of #CFE4D9
Complementary color
Monochromatic Colors of #CFE4D9
Black with #CFE4D9
Text Example
Text Example
White with #CFE4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE4D9; }
p { color: rgb(207,228,217); }
H1.HeaderClassName
{
color: #CFE4D9;
}
.AnyTagClassName
{
color: #CFE4D9;
}
</style>
background-color css
<style>
a { background-color: #CFE4D9; }
a { background-color: rgb(207,228,217); }
div.DivClassName
{
background-color: #CFE4D9;
}
.BgClassName
{
background-color: #CFE4D9;
}
</style>
border-color css
<style>
span { border-color: #CFE4D9; }
span { border-color: rgb(207,228,217); }
td.TdClassName
{
border-color: #CFE4D9;
}
.TagClassName
{
border-color: #CFE4D9;
}
</style>