Shades of Cosmic Latte #CBFCDB
Tints of Cosmic Latte #CBFCDB
RGB
CMYK
RGB Variations
Color information
#CBFCDB (or 0xCBFCDB) is known color: Cosmic Latte. HEX triplet: CB, FC and DB. RGB value is (203,252,219). Sum of RGB (Red+Green+Blue) = 203+252+219=674 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.12% from 674); Green value is 252 (98.83% from 255 or 37.39% from 674); Blue value is 219 (85.94% from 255 or 32.49% from 674); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFCDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFCDB is #340324. Grayscale: #E9E9E9. Windows color (decimal): -3408677 or 14417099. OLE color: 14417099.
HSL color Cylindrical-coordinate representation of color #CBFCDB: hue angle of 139.59º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBFCDB is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 219 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.01 |
| HSL | 139.59º | 0.89% | 0.89% | - |
| HSV(B) | 139.59º | 0.19% | 0.99% | - |
| XYZ | 72.23 | 87.43 | 80.09 | - |
| YUV | 233.59 | 119.77 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 219 | 0.19 | 0 | 0.13 | 0.01 | 139.59 | 0.89 | 0.89 |
| Hex | CB | FC | DB | 13 | 0 | D | 1 | 8C | 59 | 59 |
| Octal | 313 | 374 | 333 | 23 | 0 | 15 | 1 | 214 | 131 | 131 |
| Binary | 11001011 | 11111100 | 11011011 | 10011 | 0 | 1101 | 1 | 10001100 | 1011001 | 1011001 |
Color Harmonies of #CBFCDB
Complementary color
Monochromatic Colors of #CBFCDB
Black with #CBFCDB
Text Example
Text Example
White with #CBFCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFCDB; }
p { color: rgb(203,252,219); }
H1.HeaderClassName
{
color: #CBFCDB;
}
.AnyTagClassName
{
color: #CBFCDB;
}
</style>
background-color css
<style>
a { background-color: #CBFCDB; }
a { background-color: rgb(203,252,219); }
div.DivClassName
{
background-color: #CBFCDB;
}
.BgClassName
{
background-color: #CBFCDB;
}
</style>
border-color css
<style>
span { border-color: #CBFCDB; }
span { border-color: rgb(203,252,219); }
td.TdClassName
{
border-color: #CBFCDB;
}
.TagClassName
{
border-color: #CBFCDB;
}
</style>