Shades of Cosmic Latte #D2FFDF
Tints of Cosmic Latte #D2FFDF
RGB
CMYK
RGB Variations
Color information
#D2FFDF (or 0xD2FFDF) is known color: Cosmic Latte. HEX triplet: D2, FF and DF. RGB value is (210,255,223). Sum of RGB (Red+Green+Blue) = 210+255+223=688 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.52% from 688); Green value is 255 (100% from 255 or 37.06% from 688); Blue value is 223 (87.5% from 255 or 32.41% from 688); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FFDF is #2D0020. Grayscale: #EDEDED. Windows color (decimal): -2949153 or 14680018. OLE color: 14680018.
HSL color Cylindrical-coordinate representation of color #D2FFDF: hue angle of 137.33º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2FFDF is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
RGB | 210 | 255 | 223 | - |
CMYK | 0.18 | 0 | 0.13 | 0 |
HSL | 137.33º | 1% | 0.91% | - |
HSV(B) | 137.33º | 0.18% | 1% | - |
XYZ | 75.66 | 90.55 | 83.3 | - |
YUV | 237.9 | 119.59 | 108.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 255 | 223 | 0.18 | 0 | 0.13 | 0 | 137.33 | 1 | 0.91 |
Hex | D2 | FF | DF | 12 | 0 | D | 0 | 89 | 64 | 5B |
Octal | 322 | 377 | 337 | 22 | 0 | 15 | 0 | 211 | 144 | 133 |
Binary | 11010010 | 11111111 | 11011111 | 10010 | 0 | 1101 | 0 | 10001001 | 1100100 | 1011011 |
Color Harmonies of #D2FFDF
Complementary color
Monochromatic Colors of #D2FFDF
Black with #D2FFDF
Text Example
Text Example
White with #D2FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FFDF; }
p { color: rgb(210,255,223); }
H1.HeaderClassName
{
color: #D2FFDF;
}
.AnyTagClassName
{
color: #D2FFDF;
}
</style>
background-color css
<style>
a { background-color: #D2FFDF; }
a { background-color: rgb(210,255,223); }
div.DivClassName
{
background-color: #D2FFDF;
}
.BgClassName
{
background-color: #D2FFDF;
}
</style>
border-color css
<style>
span { border-color: #D2FFDF; }
span { border-color: rgb(210,255,223); }
td.TdClassName
{
border-color: #D2FFDF;
}
.TagClassName
{
border-color: #D2FFDF;
}
</style>