Shades of Cosmic Latte #CFFBDD
Tints of Cosmic Latte #CFFBDD
RGB
CMYK
RGB Variations
Color information
#CFFBDD (or 0xCFFBDD) is known color: Cosmic Latte. HEX triplet: CF, FB and DD. RGB value is (207,251,221). Sum of RGB (Red+Green+Blue) = 207+251+221=679 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.49% from 679); Green value is 251 (98.44% from 255 or 36.97% from 679); Blue value is 221 (86.72% from 255 or 32.55% from 679); Max value from RGB is 251 - color contains mainly: green. Hex color #CFFBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFBDD is #300422. Grayscale: #EAEAEA. Windows color (decimal): -3146787 or 14547919. OLE color: 14547919.
HSL color Cylindrical-coordinate representation of color #CFFBDD: hue angle of 139.09º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFFBDD is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 251 | 221 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.02 |
| HSL | 139.09º | 0.85% | 0.9% | - |
| HSV(B) | 139.09º | 0.18% | 0.98% | - |
| XYZ | 73.28 | 87.48 | 81.43 | - |
| YUV | 234.42 | 120.42 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 251 | 221 | 0.18 | 0 | 0.12 | 0.02 | 139.09 | 0.85 | 0.9 |
| Hex | CF | FB | DD | 12 | 0 | C | 2 | 8B | 55 | 5A |
| Octal | 317 | 373 | 335 | 22 | 0 | 14 | 2 | 213 | 125 | 132 |
| Binary | 11001111 | 11111011 | 11011101 | 10010 | 0 | 1100 | 10 | 10001011 | 1010101 | 1011010 |
Color Harmonies of #CFFBDD
Complementary color
Monochromatic Colors of #CFFBDD
Black with #CFFBDD
Text Example
Text Example
White with #CFFBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFBDD; }
p { color: rgb(207,251,221); }
H1.HeaderClassName
{
color: #CFFBDD;
}
.AnyTagClassName
{
color: #CFFBDD;
}
</style>
background-color css
<style>
a { background-color: #CFFBDD; }
a { background-color: rgb(207,251,221); }
div.DivClassName
{
background-color: #CFFBDD;
}
.BgClassName
{
background-color: #CFFBDD;
}
</style>
border-color css
<style>
span { border-color: #CFFBDD; }
span { border-color: rgb(207,251,221); }
td.TdClassName
{
border-color: #CFFBDD;
}
.TagClassName
{
border-color: #CFFBDD;
}
</style>