Shades of Cosmic Latte #CFFFDA
Tints of Cosmic Latte #CFFFDA
RGB
CMYK
RGB Variations
Color information
#CFFFDA (or 0xCFFFDA) is known color: Cosmic Latte. HEX triplet: CF, FF and DA. RGB value is (207,255,218). Sum of RGB (Red+Green+Blue) = 207+255+218=680 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.44% from 680); Green value is 255 (100% from 255 or 37.5% from 680); Blue value is 218 (85.55% from 255 or 32.06% from 680); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFFDA is #300025. Grayscale: #ECECEC. Windows color (decimal): -3145766 or 14352335. OLE color: 14352335.
HSL color Cylindrical-coordinate representation of color #CFFFDA: hue angle of 133.75º 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 #CFFFDA is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 218 | - |
| CMYK | 0.19 | 0 | 0.15 | 0 |
| HSL | 133.75º | 1% | 0.91% | - |
| HSV(B) | 133.75º | 0.19% | 1% | - |
| XYZ | 74.15 | 89.85 | 79.76 | - |
| YUV | 236.43 | 117.6 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 218 | 0.19 | 0 | 0.15 | 0 | 133.75 | 1 | 0.91 |
| Hex | CF | FF | DA | 13 | 0 | F | 0 | 86 | 64 | 5B |
| Octal | 317 | 377 | 332 | 23 | 0 | 17 | 0 | 206 | 144 | 133 |
| Binary | 11001111 | 11111111 | 11011010 | 10011 | 0 | 1111 | 0 | 10000110 | 1100100 | 1011011 |
Color Harmonies of #CFFFDA
Complementary color
Monochromatic Colors of #CFFFDA
Black with #CFFFDA
Text Example
Text Example
White with #CFFFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFDA; }
p { color: rgb(207,255,218); }
H1.HeaderClassName
{
color: #CFFFDA;
}
.AnyTagClassName
{
color: #CFFFDA;
}
</style>
background-color css
<style>
a { background-color: #CFFFDA; }
a { background-color: rgb(207,255,218); }
div.DivClassName
{
background-color: #CFFFDA;
}
.BgClassName
{
background-color: #CFFFDA;
}
</style>
border-color css
<style>
span { border-color: #CFFFDA; }
span { border-color: rgb(207,255,218); }
td.TdClassName
{
border-color: #CFFFDA;
}
.TagClassName
{
border-color: #CFFFDA;
}
</style>