Shades of Cosmic Latte #CDFFDD
Tints of Cosmic Latte #CDFFDD
RGB
CMYK
RGB Variations
Color information
#CDFFDD (or 0xCDFFDD) is known color: Cosmic Latte. HEX triplet: CD, FF and DD. RGB value is (205,255,221). Sum of RGB (Red+Green+Blue) = 205+255+221=681 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.10% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 221 (86.72% from 255 or 32.45% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFFDD is #320022. Grayscale: #ECECEC. Windows color (decimal): -3276835 or 14548941. OLE color: 14548941.
HSL color Cylindrical-coordinate representation of color #CDFFDD: hue angle of 139.2º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDFFDD is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
RGB | 205 | 255 | 221 | - |
CMYK | 0.20 | 0 | 0.13 | 0 |
HSL | 139.2º | 1% | 0.9% | - |
HSV(B) | 139.2º | 0.2% | 1% | - |
XYZ | 73.99 | 89.72 | 81.82 | - |
YUV | 236.17 | 119.44 | 105.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 255 | 221 | 0.20 | 0 | 0.13 | 0 | 139.2 | 1 | 0.9 |
Hex | CD | FF | DD | 14 | 0 | D | 0 | 8B | 64 | 5A |
Octal | 315 | 377 | 335 | 24 | 0 | 15 | 0 | 213 | 144 | 132 |
Binary | 11001101 | 11111111 | 11011101 | 10100 | 0 | 1101 | 0 | 10001011 | 1100100 | 1011010 |
Color Harmonies of #CDFFDD
Complementary color
Monochromatic Colors of #CDFFDD
Black with #CDFFDD
Text Example
Text Example
White with #CDFFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFFDD; }
p { color: rgb(205,255,221); }
H1.HeaderClassName
{
color: #CDFFDD;
}
.AnyTagClassName
{
color: #CDFFDD;
}
</style>
background-color css
<style>
a { background-color: #CDFFDD; }
a { background-color: rgb(205,255,221); }
div.DivClassName
{
background-color: #CDFFDD;
}
.BgClassName
{
background-color: #CDFFDD;
}
</style>
border-color css
<style>
span { border-color: #CDFFDD; }
span { border-color: rgb(205,255,221); }
td.TdClassName
{
border-color: #CDFFDD;
}
.TagClassName
{
border-color: #CDFFDD;
}
</style>