Shades of Cosmic Latte #D2FDDC
Tints of Cosmic Latte #D2FDDC
RGB
CMYK
RGB Variations
Color information
#D2FDDC (or 0xD2FDDC) is known color: Cosmic Latte. HEX triplet: D2, FD and DC. RGB value is (210,253,220). Sum of RGB (Red+Green+Blue) = 210+253+220=683 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.75% from 683); Green value is 253 (99.22% from 255 or 37.04% from 683); Blue value is 220 (86.33% from 255 or 32.21% from 683); Max value from RGB is 253 - color contains mainly: green. Hex color #D2FDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FDDC is #2D0223. Grayscale: #ECECEC. Windows color (decimal): -2949668 or 14482898. OLE color: 14482898.
HSL color Cylindrical-coordinate representation of color #D2FDDC: hue angle of 133.95º degrees, saturation: 0.91, 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 #D2FDDC is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 253 | 220 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.01 |
| HSL | 133.95º | 0.91% | 0.91% | - |
| HSV(B) | 133.95º | 0.17% | 0.99% | - |
| XYZ | 74.62 | 89.12 | 80.98 | - |
| YUV | 236.38 | 118.75 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 253 | 220 | 0.17 | 0 | 0.13 | 0.01 | 133.95 | 0.91 | 0.91 |
| Hex | D2 | FD | DC | 11 | 0 | D | 1 | 86 | 5B | 5B |
| Octal | 322 | 375 | 334 | 21 | 0 | 15 | 1 | 206 | 133 | 133 |
| Binary | 11010010 | 11111101 | 11011100 | 10001 | 0 | 1101 | 1 | 10000110 | 1011011 | 1011011 |
Color Harmonies of #D2FDDC
Complementary color
Monochromatic Colors of #D2FDDC
Black with #D2FDDC
Text Example
Text Example
White with #D2FDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FDDC; }
p { color: rgb(210,253,220); }
H1.HeaderClassName
{
color: #D2FDDC;
}
.AnyTagClassName
{
color: #D2FDDC;
}
</style>
background-color css
<style>
a { background-color: #D2FDDC; }
a { background-color: rgb(210,253,220); }
div.DivClassName
{
background-color: #D2FDDC;
}
.BgClassName
{
background-color: #D2FDDC;
}
</style>
border-color css
<style>
span { border-color: #D2FDDC; }
span { border-color: rgb(210,253,220); }
td.TdClassName
{
border-color: #D2FDDC;
}
.TagClassName
{
border-color: #D2FDDC;
}
</style>