Shades of Cosmic Latte #CFF8DD
Tints of Cosmic Latte #CFF8DD
RGB
CMYK
RGB Variations
Color information
#CFF8DD (or 0xCFF8DD) is known color: Cosmic Latte. HEX triplet: CF, F8 and DD. RGB value is (207,248,221). Sum of RGB (Red+Green+Blue) = 207+248+221=676 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.62% from 676); Green value is 248 (97.27% from 255 or 36.69% from 676); Blue value is 221 (86.72% from 255 or 32.69% from 676); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF8DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF8DD is #300722. Grayscale: #E8E8E8. Windows color (decimal): -3147555 or 14547151. OLE color: 14547151.
HSL color Cylindrical-coordinate representation of color #CFF8DD: hue angle of 140.49º 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 #CFF8DD is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 221 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.03 |
| HSL | 140.49º | 0.75% | 0.89% | - |
| HSV(B) | 140.49º | 0.17% | 0.97% | - |
| XYZ | 72.35 | 85.62 | 81.12 | - |
| YUV | 232.66 | 121.42 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 221 | 0.17 | 0 | 0.11 | 0.03 | 140.49 | 0.75 | 0.89 |
| Hex | CF | F8 | DD | 11 | 0 | B | 3 | 8C | 4B | 59 |
| Octal | 317 | 370 | 335 | 21 | 0 | 13 | 3 | 214 | 113 | 131 |
| Binary | 11001111 | 11111000 | 11011101 | 10001 | 0 | 1011 | 11 | 10001100 | 1001011 | 1011001 |
Color Harmonies of #CFF8DD
Complementary color
Monochromatic Colors of #CFF8DD
Black with #CFF8DD
Text Example
Text Example
White with #CFF8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF8DD; }
p { color: rgb(207,248,221); }
H1.HeaderClassName
{
color: #CFF8DD;
}
.AnyTagClassName
{
color: #CFF8DD;
}
</style>
background-color css
<style>
a { background-color: #CFF8DD; }
a { background-color: rgb(207,248,221); }
div.DivClassName
{
background-color: #CFF8DD;
}
.BgClassName
{
background-color: #CFF8DD;
}
</style>
border-color css
<style>
span { border-color: #CFF8DD; }
span { border-color: rgb(207,248,221); }
td.TdClassName
{
border-color: #CFF8DD;
}
.TagClassName
{
border-color: #CFF8DD;
}
</style>