Shades of Cosmic Latte #CDF9DC
Tints of Cosmic Latte #CDF9DC
RGB
CMYK
RGB Variations
Color information
#CDF9DC (or 0xCDF9DC) is known color: Cosmic Latte. HEX triplet: CD, F9 and DC. RGB value is (205,249,220). Sum of RGB (Red+Green+Blue) = 205+249+220=674 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.42% from 674); Green value is 249 (97.66% from 255 or 36.94% from 674); Blue value is 220 (86.33% from 255 or 32.64% from 674); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF9DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF9DC is #320623. Grayscale: #E8E8E8. Windows color (decimal): -3278372 or 14481869. OLE color: 14481869.
HSL color Cylindrical-coordinate representation of color #CDF9DC: hue angle of 140.45º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDF9DC is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 205 | 249 | 220 | - |
CMYK | 0.18 | 0 | 0.12 | 0.02 |
HSL | 140.45º | 0.79% | 0.89% | - |
HSV(B) | 140.45º | 0.18% | 0.98% | - |
XYZ | 71.97 | 85.9 | 80.5 | - |
YUV | 232.54 | 120.92 | 108.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 249 | 220 | 0.18 | 0 | 0.12 | 0.02 | 140.45 | 0.79 | 0.89 |
Hex | CD | F9 | DC | 12 | 0 | C | 2 | 8C | 4F | 59 |
Octal | 315 | 371 | 334 | 22 | 0 | 14 | 2 | 214 | 117 | 131 |
Binary | 11001101 | 11111001 | 11011100 | 10010 | 0 | 1100 | 10 | 10001100 | 1001111 | 1011001 |
Color Harmonies of #CDF9DC
Complementary color
Monochromatic Colors of #CDF9DC
Black with #CDF9DC
Text Example
Text Example
White with #CDF9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF9DC; }
p { color: rgb(205,249,220); }
H1.HeaderClassName
{
color: #CDF9DC;
}
.AnyTagClassName
{
color: #CDF9DC;
}
</style>
background-color css
<style>
a { background-color: #CDF9DC; }
a { background-color: rgb(205,249,220); }
div.DivClassName
{
background-color: #CDF9DC;
}
.BgClassName
{
background-color: #CDF9DC;
}
</style>
border-color css
<style>
span { border-color: #CDF9DC; }
span { border-color: rgb(205,249,220); }
td.TdClassName
{
border-color: #CDF9DC;
}
.TagClassName
{
border-color: #CDF9DC;
}
</style>