Shades of Cosmic Latte #CFFCE0
Tints of Cosmic Latte #CFFCE0
RGB
CMYK
RGB Variations
Color information
#CFFCE0 (or 0xCFFCE0) is known color: Cosmic Latte. HEX triplet: CF, FC and E0. RGB value is (207,252,224). Sum of RGB (Red+Green+Blue) = 207+252+224=683 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.31% from 683); Green value is 252 (98.83% from 255 or 36.90% from 683); Blue value is 224 (87.89% from 255 or 32.80% from 683); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFCE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFCE0 is #30031F. Grayscale: #EBEBEB. Windows color (decimal): -3146528 or 14744783. OLE color: 14744783.
HSL color Cylindrical-coordinate representation of color #CFFCE0: hue angle of 142.67º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFFCE0 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 224 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.01 |
| HSL | 142.67º | 0.88% | 0.9% | - |
| HSV(B) | 142.67º | 0.18% | 0.99% | - |
| XYZ | 74 | 88.27 | 83.66 | - |
| YUV | 235.35 | 121.59 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 224 | 0.18 | 0 | 0.11 | 0.01 | 142.67 | 0.88 | 0.9 |
| Hex | CF | FC | E0 | 12 | 0 | B | 1 | 8F | 58 | 5A |
| Octal | 317 | 374 | 340 | 22 | 0 | 13 | 1 | 217 | 130 | 132 |
| Binary | 11001111 | 11111100 | 11100000 | 10010 | 0 | 1011 | 1 | 10001111 | 1011000 | 1011010 |
Color Harmonies of #CFFCE0
Complementary color
Monochromatic Colors of #CFFCE0
Black with #CFFCE0
Text Example
Text Example
White with #CFFCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFCE0; }
p { color: rgb(207,252,224); }
H1.HeaderClassName
{
color: #CFFCE0;
}
.AnyTagClassName
{
color: #CFFCE0;
}
</style>
background-color css
<style>
a { background-color: #CFFCE0; }
a { background-color: rgb(207,252,224); }
div.DivClassName
{
background-color: #CFFCE0;
}
.BgClassName
{
background-color: #CFFCE0;
}
</style>
border-color css
<style>
span { border-color: #CFFCE0; }
span { border-color: rgb(207,252,224); }
td.TdClassName
{
border-color: #CFFCE0;
}
.TagClassName
{
border-color: #CFFCE0;
}
</style>