Shades of Cosmic Latte #CFFEDA
Tints of Cosmic Latte #CFFEDA
RGB
CMYK
RGB Variations
Color information
#CFFEDA (or 0xCFFEDA) is known color: Cosmic Latte. HEX triplet: CF, FE and DA. RGB value is (207,254,218). Sum of RGB (Red+Green+Blue) = 207+254+218=679 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.49% from 679); Green value is 254 (99.61% from 255 or 37.41% from 679); Blue value is 218 (85.55% from 255 or 32.11% from 679); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFEDA is #300125. Grayscale: #EBEBEB. Windows color (decimal): -3146022 or 14352079. OLE color: 14352079.
HSL color Cylindrical-coordinate representation of color #CFFEDA: hue angle of 134.04º 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 #CFFEDA is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 218 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.00 |
| HSL | 134.04º | 0.96% | 0.9% | - |
| HSV(B) | 134.04º | 0.19% | 1% | - |
| XYZ | 73.83 | 89.21 | 79.66 | - |
| YUV | 235.84 | 117.93 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 218 | 0.19 | 0 | 0.14 | 0.00 | 134.04 | 0.96 | 0.9 |
| Hex | CF | FE | DA | 13 | 0 | E | 0 | 86 | 60 | 5A |
| Octal | 317 | 376 | 332 | 23 | 0 | 16 | 0 | 206 | 140 | 132 |
| Binary | 11001111 | 11111110 | 11011010 | 10011 | 0 | 1110 | 0 | 10000110 | 1100000 | 1011010 |
Color Harmonies of #CFFEDA
Complementary color
Monochromatic Colors of #CFFEDA
Black with #CFFEDA
Text Example
Text Example
White with #CFFEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFEDA; }
p { color: rgb(207,254,218); }
H1.HeaderClassName
{
color: #CFFEDA;
}
.AnyTagClassName
{
color: #CFFEDA;
}
</style>
background-color css
<style>
a { background-color: #CFFEDA; }
a { background-color: rgb(207,254,218); }
div.DivClassName
{
background-color: #CFFEDA;
}
.BgClassName
{
background-color: #CFFEDA;
}
</style>
border-color css
<style>
span { border-color: #CFFEDA; }
span { border-color: rgb(207,254,218); }
td.TdClassName
{
border-color: #CFFEDA;
}
.TagClassName
{
border-color: #CFFEDA;
}
</style>