Shades of Cosmic Latte #CFFDDE
Tints of Cosmic Latte #CFFDDE
RGB
CMYK
RGB Variations
Color information
#CFFDDE (or 0xCFFDDE) is known color: Cosmic Latte. HEX triplet: CF, FD and DE. RGB value is (207,253,222). Sum of RGB (Red+Green+Blue) = 207+253+222=682 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.35% from 682); Green value is 253 (99.22% from 255 or 37.10% from 682); Blue value is 222 (87.11% from 255 or 32.55% from 682); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFDDE is #300221. Grayscale: #EBEBEB. Windows color (decimal): -3146274 or 14613967. OLE color: 14613967.
HSL color Cylindrical-coordinate representation of color #CFFDDE: hue angle of 139.57º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFFDDE is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 253 | 222 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.01 |
| HSL | 139.57º | 0.92% | 0.9% | - |
| HSV(B) | 139.57º | 0.18% | 0.99% | - |
| XYZ | 74.04 | 88.79 | 82.34 | - |
| YUV | 235.71 | 120.26 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 253 | 222 | 0.18 | 0 | 0.12 | 0.01 | 139.57 | 0.92 | 0.9 |
| Hex | CF | FD | DE | 12 | 0 | C | 1 | 8C | 5C | 5A |
| Octal | 317 | 375 | 336 | 22 | 0 | 14 | 1 | 214 | 134 | 132 |
| Binary | 11001111 | 11111101 | 11011110 | 10010 | 0 | 1100 | 1 | 10001100 | 1011100 | 1011010 |
Color Harmonies of #CFFDDE
Complementary color
Monochromatic Colors of #CFFDDE
Black with #CFFDDE
Text Example
Text Example
White with #CFFDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFDDE; }
p { color: rgb(207,253,222); }
H1.HeaderClassName
{
color: #CFFDDE;
}
.AnyTagClassName
{
color: #CFFDDE;
}
</style>
background-color css
<style>
a { background-color: #CFFDDE; }
a { background-color: rgb(207,253,222); }
div.DivClassName
{
background-color: #CFFDDE;
}
.BgClassName
{
background-color: #CFFDDE;
}
</style>
border-color css
<style>
span { border-color: #CFFDDE; }
span { border-color: rgb(207,253,222); }
td.TdClassName
{
border-color: #CFFDDE;
}
.TagClassName
{
border-color: #CFFDDE;
}
</style>