Shades of Cosmic Latte #CFF9DD
Tints of Cosmic Latte #CFF9DD
RGB
CMYK
RGB Variations
Color information
#CFF9DD (or 0xCFF9DD) is known color: Cosmic Latte. HEX triplet: CF, F9 and DD. RGB value is (207,249,221). Sum of RGB (Red+Green+Blue) = 207+249+221=677 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.58% from 677); Green value is 249 (97.66% from 255 or 36.78% from 677); Blue value is 221 (86.72% from 255 or 32.64% from 677); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF9DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF9DD is #300622. Grayscale: #E9E9E9. Windows color (decimal): -3147299 or 14547407. OLE color: 14547407.
HSL color Cylindrical-coordinate representation of color #CFF9DD: hue angle of 140º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFF9DD is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 221 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.02 |
| HSL | 140º | 0.78% | 0.89% | - |
| HSV(B) | 140º | 0.17% | 0.98% | - |
| XYZ | 72.66 | 86.24 | 81.22 | - |
| YUV | 233.25 | 121.09 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 221 | 0.17 | 0 | 0.11 | 0.02 | 140 | 0.78 | 0.89 |
| Hex | CF | F9 | DD | 11 | 0 | B | 2 | 8C | 4E | 59 |
| Octal | 317 | 371 | 335 | 21 | 0 | 13 | 2 | 214 | 116 | 131 |
| Binary | 11001111 | 11111001 | 11011101 | 10001 | 0 | 1011 | 10 | 10001100 | 1001110 | 1011001 |
Color Harmonies of #CFF9DD
Complementary color
Monochromatic Colors of #CFF9DD
Black with #CFF9DD
Text Example
Text Example
White with #CFF9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF9DD; }
p { color: rgb(207,249,221); }
H1.HeaderClassName
{
color: #CFF9DD;
}
.AnyTagClassName
{
color: #CFF9DD;
}
</style>
background-color css
<style>
a { background-color: #CFF9DD; }
a { background-color: rgb(207,249,221); }
div.DivClassName
{
background-color: #CFF9DD;
}
.BgClassName
{
background-color: #CFF9DD;
}
</style>
border-color css
<style>
span { border-color: #CFF9DD; }
span { border-color: rgb(207,249,221); }
td.TdClassName
{
border-color: #CFF9DD;
}
.TagClassName
{
border-color: #CFF9DD;
}
</style>