Shades of Cosmic Latte #CFFFDD
Tints of Cosmic Latte #CFFFDD
RGB
CMYK
RGB Variations
Color information
#CFFFDD (or 0xCFFFDD) is known color: Cosmic Latte. HEX triplet: CF, FF and DD. RGB value is (207,255,221). Sum of RGB (Red+Green+Blue) = 207+255+221=683 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.31% from 683); Green value is 255 (100% from 255 or 37.34% from 683); Blue value is 221 (86.72% from 255 or 32.36% from 683); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFFDD is #300022. Grayscale: #ECECEC. Windows color (decimal): -3145763 or 14548943. OLE color: 14548943.
HSL color Cylindrical-coordinate representation of color #CFFFDD: hue angle of 137.5º 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 #CFFFDD is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 221 | - |
| CMYK | 0.19 | 0 | 0.13 | 0 |
| HSL | 137.5º | 1% | 0.91% | - |
| HSV(B) | 137.5º | 0.19% | 1% | - |
| XYZ | 74.54 | 90.01 | 81.85 | - |
| YUV | 236.77 | 119.1 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 221 | 0.19 | 0 | 0.13 | 0 | 137.5 | 1 | 0.91 |
| Hex | CF | FF | DD | 13 | 0 | D | 0 | 8A | 64 | 5B |
| Octal | 317 | 377 | 335 | 23 | 0 | 15 | 0 | 212 | 144 | 133 |
| Binary | 11001111 | 11111111 | 11011101 | 10011 | 0 | 1101 | 0 | 10001010 | 1100100 | 1011011 |
Color Harmonies of #CFFFDD
Complementary color
Monochromatic Colors of #CFFFDD
Black with #CFFFDD
Text Example
Text Example
White with #CFFFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFDD; }
p { color: rgb(207,255,221); }
H1.HeaderClassName
{
color: #CFFFDD;
}
.AnyTagClassName
{
color: #CFFFDD;
}
</style>
background-color css
<style>
a { background-color: #CFFFDD; }
a { background-color: rgb(207,255,221); }
div.DivClassName
{
background-color: #CFFFDD;
}
.BgClassName
{
background-color: #CFFFDD;
}
</style>
border-color css
<style>
span { border-color: #CFFFDD; }
span { border-color: rgb(207,255,221); }
td.TdClassName
{
border-color: #CFFFDD;
}
.TagClassName
{
border-color: #CFFFDD;
}
</style>