Shades of Cosmic Latte #CDFFDB
Tints of Cosmic Latte #CDFFDB
RGB
CMYK
RGB Variations
Color information
#CDFFDB (or 0xCDFFDB) is known color: Cosmic Latte. HEX triplet: CD, FF and DB. RGB value is (205,255,219). Sum of RGB (Red+Green+Blue) = 205+255+219=679 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.19% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 219 (85.94% from 255 or 32.25% from 679); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFFDB is #320024. Grayscale: #ECECEC. Windows color (decimal): -3276837 or 14417869. OLE color: 14417869.
HSL color Cylindrical-coordinate representation of color #CDFFDB: hue angle of 136.8º 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 #CDFFDB is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 219 | - |
| CMYK | 0.20 | 0 | 0.14 | 0 |
| HSL | 136.8º | 1% | 0.9% | - |
| HSV(B) | 136.8º | 0.2% | 1% | - |
| XYZ | 73.72 | 89.61 | 80.43 | - |
| YUV | 235.95 | 118.44 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 219 | 0.20 | 0 | 0.14 | 0 | 136.8 | 1 | 0.9 |
| Hex | CD | FF | DB | 14 | 0 | E | 0 | 89 | 64 | 5A |
| Octal | 315 | 377 | 333 | 24 | 0 | 16 | 0 | 211 | 144 | 132 |
| Binary | 11001101 | 11111111 | 11011011 | 10100 | 0 | 1110 | 0 | 10001001 | 1100100 | 1011010 |
Color Harmonies of #CDFFDB
Complementary color
Monochromatic Colors of #CDFFDB
Black with #CDFFDB
Text Example
Text Example
White with #CDFFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFFDB; }
p { color: rgb(205,255,219); }
H1.HeaderClassName
{
color: #CDFFDB;
}
.AnyTagClassName
{
color: #CDFFDB;
}
</style>
background-color css
<style>
a { background-color: #CDFFDB; }
a { background-color: rgb(205,255,219); }
div.DivClassName
{
background-color: #CDFFDB;
}
.BgClassName
{
background-color: #CDFFDB;
}
</style>
border-color css
<style>
span { border-color: #CDFFDB; }
span { border-color: rgb(205,255,219); }
td.TdClassName
{
border-color: #CDFFDB;
}
.TagClassName
{
border-color: #CDFFDB;
}
</style>