Shades of Cosmic Latte #CBFDDA
Tints of Cosmic Latte #CBFDDA
RGB
CMYK
RGB Variations
Color information
#CBFDDA (or 0xCBFDDA) is known color: Cosmic Latte. HEX triplet: CB, FD and DA. RGB value is (203,253,218). Sum of RGB (Red+Green+Blue) = 203+253+218=674 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.12% from 674); Green value is 253 (99.22% from 255 or 37.54% from 674); Blue value is 218 (85.55% from 255 or 32.34% from 674); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFDDA is #340225. Grayscale: #EAEAEA. Windows color (decimal): -3408422 or 14351819. OLE color: 14351819.
HSL color Cylindrical-coordinate representation of color #CBFDDA: hue angle of 138º 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 #CBFDDA is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 218 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.01 |
| HSL | 138º | 0.93% | 0.89% | - |
| HSV(B) | 138º | 0.2% | 0.99% | - |
| XYZ | 72.41 | 88.01 | 79.5 | - |
| YUV | 234.06 | 118.94 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 218 | 0.20 | 0 | 0.14 | 0.01 | 138 | 0.93 | 0.89 |
| Hex | CB | FD | DA | 14 | 0 | E | 1 | 8A | 5D | 59 |
| Octal | 313 | 375 | 332 | 24 | 0 | 16 | 1 | 212 | 135 | 131 |
| Binary | 11001011 | 11111101 | 11011010 | 10100 | 0 | 1110 | 1 | 10001010 | 1011101 | 1011001 |
Color Harmonies of #CBFDDA
Complementary color
Monochromatic Colors of #CBFDDA
Black with #CBFDDA
Text Example
Text Example
White with #CBFDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFDDA; }
p { color: rgb(203,253,218); }
H1.HeaderClassName
{
color: #CBFDDA;
}
.AnyTagClassName
{
color: #CBFDDA;
}
</style>
background-color css
<style>
a { background-color: #CBFDDA; }
a { background-color: rgb(203,253,218); }
div.DivClassName
{
background-color: #CBFDDA;
}
.BgClassName
{
background-color: #CBFDDA;
}
</style>
border-color css
<style>
span { border-color: #CBFDDA; }
span { border-color: rgb(203,253,218); }
td.TdClassName
{
border-color: #CBFDDA;
}
.TagClassName
{
border-color: #CBFDDA;
}
</style>