Shades of Cosmic Latte #CDFDDE
Tints of Cosmic Latte #CDFDDE
RGB
CMYK
RGB Variations
Color information
#CDFDDE (or 0xCDFDDE) is known color: Cosmic Latte. HEX triplet: CD, FD and DE. RGB value is (205,253,222). Sum of RGB (Red+Green+Blue) = 205+253+222=680 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.15% from 680); Green value is 253 (99.22% from 255 or 37.21% from 680); Blue value is 222 (87.11% from 255 or 32.65% from 680); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFDDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFDDE is #320221. Grayscale: #EBEBEB. Windows color (decimal): -3277346 or 14613965. OLE color: 14613965.
HSL color Cylindrical-coordinate representation of color #CDFDDE: hue angle of 141.25º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDFDDE is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 253 | 222 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.01 |
| HSL | 141.25º | 0.92% | 0.9% | - |
| HSV(B) | 141.25º | 0.19% | 0.99% | - |
| XYZ | 73.49 | 88.5 | 82.32 | - |
| YUV | 235.11 | 120.6 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 253 | 222 | 0.19 | 0 | 0.12 | 0.01 | 141.25 | 0.92 | 0.9 |
| Hex | CD | FD | DE | 13 | 0 | C | 1 | 8D | 5C | 5A |
| Octal | 315 | 375 | 336 | 23 | 0 | 14 | 1 | 215 | 134 | 132 |
| Binary | 11001101 | 11111101 | 11011110 | 10011 | 0 | 1100 | 1 | 10001101 | 1011100 | 1011010 |
Color Harmonies of #CDFDDE
Complementary color
Monochromatic Colors of #CDFDDE
Black with #CDFDDE
Text Example
Text Example
White with #CDFDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFDDE; }
p { color: rgb(205,253,222); }
H1.HeaderClassName
{
color: #CDFDDE;
}
.AnyTagClassName
{
color: #CDFDDE;
}
</style>
background-color css
<style>
a { background-color: #CDFDDE; }
a { background-color: rgb(205,253,222); }
div.DivClassName
{
background-color: #CDFDDE;
}
.BgClassName
{
background-color: #CDFDDE;
}
</style>
border-color css
<style>
span { border-color: #CDFDDE; }
span { border-color: rgb(205,253,222); }
td.TdClassName
{
border-color: #CDFDDE;
}
.TagClassName
{
border-color: #CDFDDE;
}
</style>