Shades of Cosmic Latte #CEFADB
Tints of Cosmic Latte #CEFADB
RGB
CMYK
RGB Variations
Color information
#CEFADB (or 0xCEFADB) is known color: Cosmic Latte. HEX triplet: CE, FA and DB. RGB value is (206,250,219). Sum of RGB (Red+Green+Blue) = 206+250+219=675 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.52% from 675); Green value is 250 (98.05% from 255 or 37.04% from 675); Blue value is 219 (85.94% from 255 or 32.44% from 675); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFADB is #310524. Grayscale: #E9E9E9. Windows color (decimal): -3212581 or 14416590. OLE color: 14416590.
HSL color Cylindrical-coordinate representation of color #CEFADB: hue angle of 137.73º degrees, saturation: 0.81, 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 #CEFADB is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 250 | 219 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.02 |
| HSL | 137.73º | 0.81% | 0.89% | - |
| HSV(B) | 137.73º | 0.18% | 0.98% | - |
| XYZ | 72.43 | 86.61 | 79.92 | - |
| YUV | 233.31 | 119.92 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 250 | 219 | 0.18 | 0 | 0.12 | 0.02 | 137.73 | 0.81 | 0.89 |
| Hex | CE | FA | DB | 12 | 0 | C | 2 | 8A | 51 | 59 |
| Octal | 316 | 372 | 333 | 22 | 0 | 14 | 2 | 212 | 121 | 131 |
| Binary | 11001110 | 11111010 | 11011011 | 10010 | 0 | 1100 | 10 | 10001010 | 1010001 | 1011001 |
Color Harmonies of #CEFADB
Complementary color
Monochromatic Colors of #CEFADB
Black with #CEFADB
Text Example
Text Example
White with #CEFADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFADB; }
p { color: rgb(206,250,219); }
H1.HeaderClassName
{
color: #CEFADB;
}
.AnyTagClassName
{
color: #CEFADB;
}
</style>
background-color css
<style>
a { background-color: #CEFADB; }
a { background-color: rgb(206,250,219); }
div.DivClassName
{
background-color: #CEFADB;
}
.BgClassName
{
background-color: #CEFADB;
}
</style>
border-color css
<style>
span { border-color: #CEFADB; }
span { border-color: rgb(206,250,219); }
td.TdClassName
{
border-color: #CEFADB;
}
.TagClassName
{
border-color: #CEFADB;
}
</style>