Shades of Cosmic Latte #D2FCDD
Tints of Cosmic Latte #D2FCDD
RGB
CMYK
RGB Variations
Color information
#D2FCDD (or 0xD2FCDD) is known color: Cosmic Latte. HEX triplet: D2, FC and DD. RGB value is (210,252,221). Sum of RGB (Red+Green+Blue) = 210+252+221=683 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.75% from 683); Green value is 252 (98.83% from 255 or 36.90% from 683); Blue value is 221 (86.72% from 255 or 32.36% from 683); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FCDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FCDD is #2D0322. Grayscale: #EBEBEB. Windows color (decimal): -2949923 or 14548178. OLE color: 14548178.
HSL color Cylindrical-coordinate representation of color #D2FCDD: hue angle of 135.71º degrees, saturation: 0.88, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2FCDD is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 252 | 221 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.01 |
| HSL | 135.71º | 0.88% | 0.91% | - |
| HSV(B) | 135.71º | 0.17% | 0.99% | - |
| XYZ | 74.44 | 88.54 | 81.57 | - |
| YUV | 235.91 | 119.59 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 252 | 221 | 0.17 | 0 | 0.12 | 0.01 | 135.71 | 0.88 | 0.91 |
| Hex | D2 | FC | DD | 11 | 0 | C | 1 | 88 | 58 | 5B |
| Octal | 322 | 374 | 335 | 21 | 0 | 14 | 1 | 210 | 130 | 133 |
| Binary | 11010010 | 11111100 | 11011101 | 10001 | 0 | 1100 | 1 | 10001000 | 1011000 | 1011011 |
Color Harmonies of #D2FCDD
Complementary color
Monochromatic Colors of #D2FCDD
Black with #D2FCDD
Text Example
Text Example
White with #D2FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FCDD; }
p { color: rgb(210,252,221); }
H1.HeaderClassName
{
color: #D2FCDD;
}
.AnyTagClassName
{
color: #D2FCDD;
}
</style>
background-color css
<style>
a { background-color: #D2FCDD; }
a { background-color: rgb(210,252,221); }
div.DivClassName
{
background-color: #D2FCDD;
}
.BgClassName
{
background-color: #D2FCDD;
}
</style>
border-color css
<style>
span { border-color: #D2FCDD; }
span { border-color: rgb(210,252,221); }
td.TdClassName
{
border-color: #D2FCDD;
}
.TagClassName
{
border-color: #D2FCDD;
}
</style>