Shades of Cosmic Latte #CDFBDD
Tints of Cosmic Latte #CDFBDD
RGB
CMYK
RGB Variations
Color information
#CDFBDD (or 0xCDFBDD) is known color: Cosmic Latte. HEX triplet: CD, FB and DD. RGB value is (205,251,221). Sum of RGB (Red+Green+Blue) = 205+251+221=677 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.28% from 677); Green value is 251 (98.44% from 255 or 37.08% from 677); Blue value is 221 (86.72% from 255 or 32.64% from 677); Max value from RGB is 251 - color contains mainly: green. Hex color #CDFBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFBDD is #320422. Grayscale: #E9E9E9. Windows color (decimal): -3277859 or 14547917. OLE color: 14547917.
HSL color Cylindrical-coordinate representation of color #CDFBDD: hue angle of 140.87º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDFBDD is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 251 | 221 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.02 |
| HSL | 140.87º | 0.85% | 0.89% | - |
| HSV(B) | 140.87º | 0.18% | 0.98% | - |
| XYZ | 72.73 | 87.19 | 81.4 | - |
| YUV | 233.83 | 120.76 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 251 | 221 | 0.18 | 0 | 0.12 | 0.02 | 140.87 | 0.85 | 0.89 |
| Hex | CD | FB | DD | 12 | 0 | C | 2 | 8D | 55 | 59 |
| Octal | 315 | 373 | 335 | 22 | 0 | 14 | 2 | 215 | 125 | 131 |
| Binary | 11001101 | 11111011 | 11011101 | 10010 | 0 | 1100 | 10 | 10001101 | 1010101 | 1011001 |
Color Harmonies of #CDFBDD
Complementary color
Monochromatic Colors of #CDFBDD
Black with #CDFBDD
Text Example
Text Example
White with #CDFBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFBDD; }
p { color: rgb(205,251,221); }
H1.HeaderClassName
{
color: #CDFBDD;
}
.AnyTagClassName
{
color: #CDFBDD;
}
</style>
background-color css
<style>
a { background-color: #CDFBDD; }
a { background-color: rgb(205,251,221); }
div.DivClassName
{
background-color: #CDFBDD;
}
.BgClassName
{
background-color: #CDFBDD;
}
</style>
border-color css
<style>
span { border-color: #CDFBDD; }
span { border-color: rgb(205,251,221); }
td.TdClassName
{
border-color: #CDFBDD;
}
.TagClassName
{
border-color: #CDFBDD;
}
</style>