Shades of Cosmic Latte #D3FFDC
Tints of Cosmic Latte #D3FFDC
RGB
CMYK
RGB Variations
Color information
#D3FFDC (or 0xD3FFDC) is known color: Cosmic Latte. HEX triplet: D3, FF and DC. RGB value is (211,255,220). Sum of RGB (Red+Green+Blue) = 211+255+220=686 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.76% from 686); Green value is 255 (100% from 255 or 37.17% from 686); Blue value is 220 (86.33% from 255 or 32.07% from 686); Max value from RGB is 255 - color contains mainly: green. Hex color #D3FFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3FFDC is #2C0023. Grayscale: #EDEDED. Windows color (decimal): -2883620 or 14483411. OLE color: 14483411.
HSL color Cylindrical-coordinate representation of color #D3FFDC: hue angle of 132.27º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3FFDC is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 255 | 220 | - |
| CMYK | 0.17 | 0 | 0.14 | 0 |
| HSL | 132.27º | 1% | 0.91% | - |
| HSV(B) | 132.27º | 0.17% | 1% | - |
| XYZ | 75.54 | 90.54 | 81.2 | - |
| YUV | 237.85 | 117.92 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 255 | 220 | 0.17 | 0 | 0.14 | 0 | 132.27 | 1 | 0.91 |
| Hex | D3 | FF | DC | 11 | 0 | E | 0 | 84 | 64 | 5B |
| Octal | 323 | 377 | 334 | 21 | 0 | 16 | 0 | 204 | 144 | 133 |
| Binary | 11010011 | 11111111 | 11011100 | 10001 | 0 | 1110 | 0 | 10000100 | 1100100 | 1011011 |
Color Harmonies of #D3FFDC
Complementary color
Monochromatic Colors of #D3FFDC
Black with #D3FFDC
Text Example
Text Example
White with #D3FFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FFDC; }
p { color: rgb(211,255,220); }
H1.HeaderClassName
{
color: #D3FFDC;
}
.AnyTagClassName
{
color: #D3FFDC;
}
</style>
background-color css
<style>
a { background-color: #D3FFDC; }
a { background-color: rgb(211,255,220); }
div.DivClassName
{
background-color: #D3FFDC;
}
.BgClassName
{
background-color: #D3FFDC;
}
</style>
border-color css
<style>
span { border-color: #D3FFDC; }
span { border-color: rgb(211,255,220); }
td.TdClassName
{
border-color: #D3FFDC;
}
.TagClassName
{
border-color: #D3FFDC;
}
</style>