Shades of Cosmic Latte #CDFDDD
Tints of Cosmic Latte #CDFDDD
RGB
CMYK
RGB Variations
Color information
#CDFDDD (or 0xCDFDDD) is known color: Cosmic Latte. HEX triplet: CD, FD and DD. RGB value is (205,253,221). Sum of RGB (Red+Green+Blue) = 205+253+221=679 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.19% from 679); Green value is 253 (99.22% from 255 or 37.26% from 679); Blue value is 221 (86.72% from 255 or 32.55% from 679); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFDDD is #320222. Grayscale: #EBEBEB. Windows color (decimal): -3277347 or 14548429. OLE color: 14548429.
HSL color Cylindrical-coordinate representation of color #CDFDDD: hue angle of 140º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDFDDD is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 253 | 221 | - |
CMYK | 0.19 | 0 | 0.13 | 0.01 |
HSL | 140º | 0.92% | 0.9% | - |
HSV(B) | 140º | 0.19% | 0.99% | - |
XYZ | 73.35 | 88.45 | 81.61 | - |
YUV | 235 | 120.1 | 106.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 253 | 221 | 0.19 | 0 | 0.13 | 0.01 | 140 | 0.92 | 0.9 |
Hex | CD | FD | DD | 13 | 0 | D | 1 | 8C | 5C | 5A |
Octal | 315 | 375 | 335 | 23 | 0 | 15 | 1 | 214 | 134 | 132 |
Binary | 11001101 | 11111101 | 11011101 | 10011 | 0 | 1101 | 1 | 10001100 | 1011100 | 1011010 |
Color Harmonies of #CDFDDD
Complementary color
Monochromatic Colors of #CDFDDD
Black with #CDFDDD
Text Example
Text Example
White with #CDFDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFDDD; }
p { color: rgb(205,253,221); }
H1.HeaderClassName
{
color: #CDFDDD;
}
.AnyTagClassName
{
color: #CDFDDD;
}
</style>
background-color css
<style>
a { background-color: #CDFDDD; }
a { background-color: rgb(205,253,221); }
div.DivClassName
{
background-color: #CDFDDD;
}
.BgClassName
{
background-color: #CDFDDD;
}
</style>
border-color css
<style>
span { border-color: #CDFDDD; }
span { border-color: rgb(205,253,221); }
td.TdClassName
{
border-color: #CDFDDD;
}
.TagClassName
{
border-color: #CDFDDD;
}
</style>