Shades of Cosmic Latte #CFF9DC
Tints of Cosmic Latte #CFF9DC
RGB
CMYK
RGB Variations
Color information
#CFF9DC (or 0xCFF9DC) is known color: Cosmic Latte. HEX triplet: CF, F9 and DC. RGB value is (207,249,220). Sum of RGB (Red+Green+Blue) = 207+249+220=676 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.62% from 676); Green value is 249 (97.66% from 255 or 36.83% from 676); Blue value is 220 (86.33% from 255 or 32.54% from 676); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF9DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF9DC is #300623. Grayscale: #E9E9E9. Windows color (decimal): -3147300 or 14481871. OLE color: 14481871.
HSL color Cylindrical-coordinate representation of color #CFF9DC: hue angle of 138.57º 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 #CFF9DC is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 220 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.02 |
| HSL | 138.57º | 0.78% | 0.89% | - |
| HSV(B) | 138.57º | 0.17% | 0.98% | - |
| XYZ | 72.53 | 86.18 | 80.52 | - |
| YUV | 233.14 | 120.59 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 220 | 0.17 | 0 | 0.12 | 0.02 | 138.57 | 0.78 | 0.89 |
| Hex | CF | F9 | DC | 11 | 0 | C | 2 | 8B | 4E | 59 |
| Octal | 317 | 371 | 334 | 21 | 0 | 14 | 2 | 213 | 116 | 131 |
| Binary | 11001111 | 11111001 | 11011100 | 10001 | 0 | 1100 | 10 | 10001011 | 1001110 | 1011001 |
Color Harmonies of #CFF9DC
Complementary color
Monochromatic Colors of #CFF9DC
Black with #CFF9DC
Text Example
Text Example
White with #CFF9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF9DC; }
p { color: rgb(207,249,220); }
H1.HeaderClassName
{
color: #CFF9DC;
}
.AnyTagClassName
{
color: #CFF9DC;
}
</style>
background-color css
<style>
a { background-color: #CFF9DC; }
a { background-color: rgb(207,249,220); }
div.DivClassName
{
background-color: #CFF9DC;
}
.BgClassName
{
background-color: #CFF9DC;
}
</style>
border-color css
<style>
span { border-color: #CFF9DC; }
span { border-color: rgb(207,249,220); }
td.TdClassName
{
border-color: #CFF9DC;
}
.TagClassName
{
border-color: #CFF9DC;
}
</style>