Shades of Cosmic Latte #CDFADB
Tints of Cosmic Latte #CDFADB
RGB
CMYK
RGB Variations
Color information
#CDFADB (or 0xCDFADB) is known color: Cosmic Latte. HEX triplet: CD, FA and DB. RGB value is (205,250,219). Sum of RGB (Red+Green+Blue) = 205+250+219=674 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.42% from 674); Green value is 250 (98.05% from 255 or 37.09% from 674); Blue value is 219 (85.94% from 255 or 32.49% from 674); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFADB is #320524. Grayscale: #E9E9E9. Windows color (decimal): -3278117 or 14416589. OLE color: 14416589.
HSL color Cylindrical-coordinate representation of color #CDFADB: hue angle of 138.67º degrees, saturation: 0.82, 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 #CDFADB is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 250 | 219 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.02 |
| HSL | 138.67º | 0.82% | 0.89% | - |
| HSV(B) | 138.67º | 0.18% | 0.98% | - |
| XYZ | 72.15 | 86.46 | 79.9 | - |
| YUV | 233.01 | 120.09 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 250 | 219 | 0.18 | 0 | 0.12 | 0.02 | 138.67 | 0.82 | 0.89 |
| Hex | CD | FA | DB | 12 | 0 | C | 2 | 8B | 52 | 59 |
| Octal | 315 | 372 | 333 | 22 | 0 | 14 | 2 | 213 | 122 | 131 |
| Binary | 11001101 | 11111010 | 11011011 | 10010 | 0 | 1100 | 10 | 10001011 | 1010010 | 1011001 |
Color Harmonies of #CDFADB
Complementary color
Monochromatic Colors of #CDFADB
Black with #CDFADB
Text Example
Text Example
White with #CDFADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFADB; }
p { color: rgb(205,250,219); }
H1.HeaderClassName
{
color: #CDFADB;
}
.AnyTagClassName
{
color: #CDFADB;
}
</style>
background-color css
<style>
a { background-color: #CDFADB; }
a { background-color: rgb(205,250,219); }
div.DivClassName
{
background-color: #CDFADB;
}
.BgClassName
{
background-color: #CDFADB;
}
</style>
border-color css
<style>
span { border-color: #CDFADB; }
span { border-color: rgb(205,250,219); }
td.TdClassName
{
border-color: #CDFADB;
}
.TagClassName
{
border-color: #CDFADB;
}
</style>