Shades of Mystic #CFE1D5
Tints of Mystic #CFE1D5
RGB
CMYK
RGB Variations
Color information
#CFE1D5 (or 0xCFE1D5) is known color: Mystic. HEX triplet: CF, E1 and D5. RGB value is (207,225,213). Sum of RGB (Red+Green+Blue) = 207+225+213=645 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.09% from 645); Green value is 225 (88.28% from 255 or 34.88% from 645); Blue value is 213 (83.59% from 255 or 33.02% from 645); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE1D5 is #301E2A. Grayscale: #DADADA. Windows color (decimal): -3153451 or 14016975. OLE color: 14016975.
HSL color Cylindrical-coordinate representation of color #CFE1D5: hue angle of 140º degrees, saturation: 0.23, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFE1D5 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
RGB | 207 | 225 | 213 | - |
CMYK | 0.08 | 0 | 0.05 | 0.12 |
HSL | 140º | 0.23% | 0.85% | - |
HSV(B) | 140º | 0.08% | 0.88% | - |
XYZ | 64.67 | 71.92 | 73.42 | - |
YUV | 218.25 | 125.04 | 119.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 225 | 213 | 0.08 | 0 | 0.05 | 0.12 | 140 | 0.23 | 0.85 |
Hex | CF | E1 | D5 | 8 | 0 | 5 | C | 8C | 17 | 55 |
Octal | 317 | 341 | 325 | 10 | 0 | 5 | 14 | 214 | 27 | 125 |
Binary | 11001111 | 11100001 | 11010101 | 1000 | 0 | 101 | 1100 | 10001100 | 10111 | 1010101 |
Color Harmonies of #CFE1D5
Complementary color
Monochromatic Colors of #CFE1D5
Black with #CFE1D5
Text Example
Text Example
White with #CFE1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE1D5; }
p { color: rgb(207,225,213); }
H1.HeaderClassName
{
color: #CFE1D5;
}
.AnyTagClassName
{
color: #CFE1D5;
}
</style>
background-color css
<style>
a { background-color: #CFE1D5; }
a { background-color: rgb(207,225,213); }
div.DivClassName
{
background-color: #CFE1D5;
}
.BgClassName
{
background-color: #CFE1D5;
}
</style>
border-color css
<style>
span { border-color: #CFE1D5; }
span { border-color: rgb(207,225,213); }
td.TdClassName
{
border-color: #CFE1D5;
}
.TagClassName
{
border-color: #CFE1D5;
}
</style>