Shades of Cosmic Latte #CBFFD9
Tints of Cosmic Latte #CBFFD9
RGB
CMYK
RGB Variations
Color information
#CBFFD9 (or 0xCBFFD9) is known color: Cosmic Latte. HEX triplet: CB, FF and D9. RGB value is (203,255,217). Sum of RGB (Red+Green+Blue) = 203+255+217=675 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.07% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 217 (85.16% from 255 or 32.15% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFFD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFFD9 is #340026. Grayscale: #EBEBEB. Windows color (decimal): -3407911 or 14286795. OLE color: 14286795.
HSL color Cylindrical-coordinate representation of color #CBFFD9: hue angle of 136.15º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBFFD9 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 217 | - |
| CMYK | 0.20 | 0 | 0.15 | 0 |
| HSL | 136.15º | 1% | 0.9% | - |
| HSV(B) | 136.15º | 0.2% | 1% | - |
| XYZ | 72.91 | 89.23 | 79.03 | - |
| YUV | 235.12 | 117.77 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 217 | 0.20 | 0 | 0.15 | 0 | 136.15 | 1 | 0.9 |
| Hex | CB | FF | D9 | 14 | 0 | F | 0 | 88 | 64 | 5A |
| Octal | 313 | 377 | 331 | 24 | 0 | 17 | 0 | 210 | 144 | 132 |
| Binary | 11001011 | 11111111 | 11011001 | 10100 | 0 | 1111 | 0 | 10001000 | 1100100 | 1011010 |
Color Harmonies of #CBFFD9
Complementary color
Monochromatic Colors of #CBFFD9
Black with #CBFFD9
Text Example
Text Example
White with #CBFFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFFD9; }
p { color: rgb(203,255,217); }
H1.HeaderClassName
{
color: #CBFFD9;
}
.AnyTagClassName
{
color: #CBFFD9;
}
</style>
background-color css
<style>
a { background-color: #CBFFD9; }
a { background-color: rgb(203,255,217); }
div.DivClassName
{
background-color: #CBFFD9;
}
.BgClassName
{
background-color: #CBFFD9;
}
</style>
border-color css
<style>
span { border-color: #CBFFD9; }
span { border-color: rgb(203,255,217); }
td.TdClassName
{
border-color: #CBFFD9;
}
.TagClassName
{
border-color: #CBFFD9;
}
</style>