Shades of Cosmic Latte #CFF8DE
Tints of Cosmic Latte #CFF8DE
RGB
CMYK
RGB Variations
Color information
#CFF8DE (or 0xCFF8DE) is known color: Cosmic Latte. HEX triplet: CF, F8 and DE. RGB value is (207,248,222). Sum of RGB (Red+Green+Blue) = 207+248+222=677 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.58% from 677); Green value is 248 (97.27% from 255 or 36.63% from 677); Blue value is 222 (87.11% from 255 or 32.79% from 677); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF8DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF8DE is #300721. Grayscale: #E8E8E8. Windows color (decimal): -3147554 or 14612687. OLE color: 14612687.
HSL color Cylindrical-coordinate representation of color #CFF8DE: hue angle of 141.95º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFF8DE is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 222 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.03 |
| HSL | 141.95º | 0.75% | 0.89% | - |
| HSV(B) | 141.95º | 0.17% | 0.97% | - |
| XYZ | 72.48 | 85.67 | 81.82 | - |
| YUV | 232.78 | 121.92 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 222 | 0.17 | 0 | 0.10 | 0.03 | 141.95 | 0.75 | 0.89 |
| Hex | CF | F8 | DE | 11 | 0 | A | 3 | 8E | 4B | 59 |
| Octal | 317 | 370 | 336 | 21 | 0 | 12 | 3 | 216 | 113 | 131 |
| Binary | 11001111 | 11111000 | 11011110 | 10001 | 0 | 1010 | 11 | 10001110 | 1001011 | 1011001 |
Color Harmonies of #CFF8DE
Complementary color
Monochromatic Colors of #CFF8DE
Black with #CFF8DE
Text Example
Text Example
White with #CFF8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF8DE; }
p { color: rgb(207,248,222); }
H1.HeaderClassName
{
color: #CFF8DE;
}
.AnyTagClassName
{
color: #CFF8DE;
}
</style>
background-color css
<style>
a { background-color: #CFF8DE; }
a { background-color: rgb(207,248,222); }
div.DivClassName
{
background-color: #CFF8DE;
}
.BgClassName
{
background-color: #CFF8DE;
}
</style>
border-color css
<style>
span { border-color: #CFF8DE; }
span { border-color: rgb(207,248,222); }
td.TdClassName
{
border-color: #CFF8DE;
}
.TagClassName
{
border-color: #CFF8DE;
}
</style>