Shades of Cosmic Latte #CFFFDC
Tints of Cosmic Latte #CFFFDC
RGB
CMYK
RGB Variations
Color information
#CFFFDC (or 0xCFFFDC) is known color: Cosmic Latte. HEX triplet: CF, FF and DC. RGB value is (207,255,220). Sum of RGB (Red+Green+Blue) = 207+255+220=682 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.35% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 220 (86.33% from 255 or 32.26% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFFDC is #300023. Grayscale: #ECECEC. Windows color (decimal): -3145764 or 14483407. OLE color: 14483407.
HSL color Cylindrical-coordinate representation of color #CFFFDC: hue angle of 136.25º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFFFDC is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 220 | - |
| CMYK | 0.19 | 0 | 0.14 | 0 |
| HSL | 136.25º | 1% | 0.91% | - |
| HSV(B) | 136.25º | 0.19% | 1% | - |
| XYZ | 74.41 | 89.95 | 81.15 | - |
| YUV | 236.66 | 118.6 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 220 | 0.19 | 0 | 0.14 | 0 | 136.25 | 1 | 0.91 |
| Hex | CF | FF | DC | 13 | 0 | E | 0 | 88 | 64 | 5B |
| Octal | 317 | 377 | 334 | 23 | 0 | 16 | 0 | 210 | 144 | 133 |
| Binary | 11001111 | 11111111 | 11011100 | 10011 | 0 | 1110 | 0 | 10001000 | 1100100 | 1011011 |
Color Harmonies of #CFFFDC
Complementary color
Monochromatic Colors of #CFFFDC
Black with #CFFFDC
Text Example
Text Example
White with #CFFFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFDC; }
p { color: rgb(207,255,220); }
H1.HeaderClassName
{
color: #CFFFDC;
}
.AnyTagClassName
{
color: #CFFFDC;
}
</style>
background-color css
<style>
a { background-color: #CFFFDC; }
a { background-color: rgb(207,255,220); }
div.DivClassName
{
background-color: #CFFFDC;
}
.BgClassName
{
background-color: #CFFFDC;
}
</style>
border-color css
<style>
span { border-color: #CFFFDC; }
span { border-color: rgb(207,255,220); }
td.TdClassName
{
border-color: #CFFFDC;
}
.TagClassName
{
border-color: #CFFFDC;
}
</style>