Shades of Cosmic Latte #C9FFDC
Tints of Cosmic Latte #C9FFDC
RGB
CMYK
RGB Variations
Color information
#C9FFDC (or 0xC9FFDC) is known color: Cosmic Latte. HEX triplet: C9, FF and DC. RGB value is (201,255,220). Sum of RGB (Red+Green+Blue) = 201+255+220=676 (89% of max value = 765). Red value is 201 (78.91% from 255 or 29.73% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 220 (86.33% from 255 or 32.54% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9FFDC is #360023. Grayscale: #EAEAEA. Windows color (decimal): -3538980 or 14483401. OLE color: 14483401.
HSL color Cylindrical-coordinate representation of color #C9FFDC: hue angle of 141.11º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9FFDC is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 255 | 220 | - |
| CMYK | 0.21 | 0 | 0.14 | 0 |
| HSL | 141.11º | 1% | 0.89% | - |
| HSV(B) | 141.11º | 0.21% | 1% | - |
| XYZ | 72.77 | 89.1 | 81.07 | - |
| YUV | 234.86 | 119.61 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 255 | 220 | 0.21 | 0 | 0.14 | 0 | 141.11 | 1 | 0.89 |
| Hex | C9 | FF | DC | 15 | 0 | E | 0 | 8D | 64 | 59 |
| Octal | 311 | 377 | 334 | 25 | 0 | 16 | 0 | 215 | 144 | 131 |
| Binary | 11001001 | 11111111 | 11011100 | 10101 | 0 | 1110 | 0 | 10001101 | 1100100 | 1011001 |
Color Harmonies of #C9FFDC
Complementary color
Monochromatic Colors of #C9FFDC
Black with #C9FFDC
Text Example
Text Example
White with #C9FFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FFDC; }
p { color: rgb(201,255,220); }
H1.HeaderClassName
{
color: #C9FFDC;
}
.AnyTagClassName
{
color: #C9FFDC;
}
</style>
background-color css
<style>
a { background-color: #C9FFDC; }
a { background-color: rgb(201,255,220); }
div.DivClassName
{
background-color: #C9FFDC;
}
.BgClassName
{
background-color: #C9FFDC;
}
</style>
border-color css
<style>
span { border-color: #C9FFDC; }
span { border-color: rgb(201,255,220); }
td.TdClassName
{
border-color: #C9FFDC;
}
.TagClassName
{
border-color: #C9FFDC;
}
</style>