Shades of Cosmic Latte #CDFDDC
Tints of Cosmic Latte #CDFDDC
RGB
CMYK
RGB Variations
Color information
#CDFDDC (or 0xCDFDDC) is known color: Cosmic Latte. HEX triplet: CD, FD and DC. RGB value is (205,253,220). Sum of RGB (Red+Green+Blue) = 205+253+220=678 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.24% from 678); Green value is 253 (99.22% from 255 or 37.32% from 678); Blue value is 220 (86.33% from 255 or 32.45% from 678); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFDDC is #320223. Grayscale: #EAEAEA. Windows color (decimal): -3277348 or 14482893. OLE color: 14482893.
HSL color Cylindrical-coordinate representation of color #CDFDDC: hue angle of 138.75º 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 #CDFDDC is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 253 | 220 | - |
CMYK | 0.19 | 0 | 0.13 | 0.01 |
HSL | 138.75º | 0.92% | 0.9% | - |
HSV(B) | 138.75º | 0.19% | 0.99% | - |
XYZ | 73.22 | 88.4 | 80.91 | - |
YUV | 234.89 | 119.6 | 106.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 253 | 220 | 0.19 | 0 | 0.13 | 0.01 | 138.75 | 0.92 | 0.9 |
Hex | CD | FD | DC | 13 | 0 | D | 1 | 8B | 5C | 5A |
Octal | 315 | 375 | 334 | 23 | 0 | 15 | 1 | 213 | 134 | 132 |
Binary | 11001101 | 11111101 | 11011100 | 10011 | 0 | 1101 | 1 | 10001011 | 1011100 | 1011010 |
Color Harmonies of #CDFDDC
Complementary color
Monochromatic Colors of #CDFDDC
Black with #CDFDDC
Text Example
Text Example
White with #CDFDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFDDC; }
p { color: rgb(205,253,220); }
H1.HeaderClassName
{
color: #CDFDDC;
}
.AnyTagClassName
{
color: #CDFDDC;
}
</style>
background-color css
<style>
a { background-color: #CDFDDC; }
a { background-color: rgb(205,253,220); }
div.DivClassName
{
background-color: #CDFDDC;
}
.BgClassName
{
background-color: #CDFDDC;
}
</style>
border-color css
<style>
span { border-color: #CDFDDC; }
span { border-color: rgb(205,253,220); }
td.TdClassName
{
border-color: #CDFDDC;
}
.TagClassName
{
border-color: #CDFDDC;
}
</style>