Shades of Cosmic Latte #CBFDDB
Tints of Cosmic Latte #CBFDDB
RGB
CMYK
RGB Variations
Color information
#CBFDDB (or 0xCBFDDB) is known color: Cosmic Latte. HEX triplet: CB, FD and DB. RGB value is (203,253,219). Sum of RGB (Red+Green+Blue) = 203+253+219=675 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.07% from 675); Green value is 253 (99.22% from 255 or 37.48% from 675); Blue value is 219 (85.94% from 255 or 32.44% from 675); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFDDB is #340224. Grayscale: #EAEAEA. Windows color (decimal): -3408421 or 14417355. OLE color: 14417355.
HSL color Cylindrical-coordinate representation of color #CBFDDB: hue angle of 139.2º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBFDDB is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 219 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.01 |
| HSL | 139.2º | 0.93% | 0.89% | - |
| HSV(B) | 139.2º | 0.2% | 0.99% | - |
| XYZ | 72.54 | 88.06 | 80.19 | - |
| YUV | 234.17 | 119.44 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 219 | 0.20 | 0 | 0.13 | 0.01 | 139.2 | 0.93 | 0.89 |
| Hex | CB | FD | DB | 14 | 0 | D | 1 | 8B | 5D | 59 |
| Octal | 313 | 375 | 333 | 24 | 0 | 15 | 1 | 213 | 135 | 131 |
| Binary | 11001011 | 11111101 | 11011011 | 10100 | 0 | 1101 | 1 | 10001011 | 1011101 | 1011001 |
Color Harmonies of #CBFDDB
Complementary color
Monochromatic Colors of #CBFDDB
Black with #CBFDDB
Text Example
Text Example
White with #CBFDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFDDB; }
p { color: rgb(203,253,219); }
H1.HeaderClassName
{
color: #CBFDDB;
}
.AnyTagClassName
{
color: #CBFDDB;
}
</style>
background-color css
<style>
a { background-color: #CBFDDB; }
a { background-color: rgb(203,253,219); }
div.DivClassName
{
background-color: #CBFDDB;
}
.BgClassName
{
background-color: #CBFDDB;
}
</style>
border-color css
<style>
span { border-color: #CBFDDB; }
span { border-color: rgb(203,253,219); }
td.TdClassName
{
border-color: #CBFDDB;
}
.TagClassName
{
border-color: #CBFDDB;
}
</style>