Shades of Cosmic Latte #CFFEDF
Tints of Cosmic Latte #CFFEDF
RGB
CMYK
RGB Variations
Color information
#CFFEDF (or 0xCFFEDF) is known color: Cosmic Latte. HEX triplet: CF, FE and DF. RGB value is (207,254,223). Sum of RGB (Red+Green+Blue) = 207+254+223=684 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.26% from 684); Green value is 254 (99.61% from 255 or 37.13% from 684); Blue value is 223 (87.5% from 255 or 32.60% from 684); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFEDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFEDF is #300120. Grayscale: #ECECEC. Windows color (decimal): -3146017 or 14679759. OLE color: 14679759.
HSL color Cylindrical-coordinate representation of color #CFFEDF: hue angle of 140.43º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFFEDF is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 223 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.00 |
| HSL | 140.43º | 0.96% | 0.9% | - |
| HSV(B) | 140.43º | 0.19% | 1% | - |
| XYZ | 74.49 | 89.48 | 83.16 | - |
| YUV | 236.41 | 120.43 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 223 | 0.19 | 0 | 0.12 | 0.00 | 140.43 | 0.96 | 0.9 |
| Hex | CF | FE | DF | 13 | 0 | C | 0 | 8C | 60 | 5A |
| Octal | 317 | 376 | 337 | 23 | 0 | 14 | 0 | 214 | 140 | 132 |
| Binary | 11001111 | 11111110 | 11011111 | 10011 | 0 | 1100 | 0 | 10001100 | 1100000 | 1011010 |
Color Harmonies of #CFFEDF
Complementary color
Monochromatic Colors of #CFFEDF
Black with #CFFEDF
Text Example
Text Example
White with #CFFEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFEDF; }
p { color: rgb(207,254,223); }
H1.HeaderClassName
{
color: #CFFEDF;
}
.AnyTagClassName
{
color: #CFFEDF;
}
</style>
background-color css
<style>
a { background-color: #CFFEDF; }
a { background-color: rgb(207,254,223); }
div.DivClassName
{
background-color: #CFFEDF;
}
.BgClassName
{
background-color: #CFFEDF;
}
</style>
border-color css
<style>
span { border-color: #CFFEDF; }
span { border-color: rgb(207,254,223); }
td.TdClassName
{
border-color: #CFFEDF;
}
.TagClassName
{
border-color: #CFFEDF;
}
</style>