Shades of Cosmic Latte #CDFED9
Tints of Cosmic Latte #CDFED9
RGB
CMYK
RGB Variations
Color information
#CDFED9 (or 0xCDFED9) is known color: Cosmic Latte. HEX triplet: CD, FE and D9. RGB value is (205,254,217). Sum of RGB (Red+Green+Blue) = 205+254+217=676 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.33% from 676); Green value is 254 (99.61% from 255 or 37.57% from 676); Blue value is 217 (85.16% from 255 or 32.10% from 676); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFED9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFED9 is #320126. Grayscale: #EBEBEB. Windows color (decimal): -3277095 or 14286541. OLE color: 14286541.
HSL color Cylindrical-coordinate representation of color #CDFED9: hue angle of 134.69º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDFED9 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
RGB | 205 | 254 | 217 | - |
CMYK | 0.19 | 0 | 0.15 | 0.00 |
HSL | 134.69º | 0.96% | 0.9% | - |
HSV(B) | 134.69º | 0.19% | 1% | - |
XYZ | 73.14 | 88.87 | 78.94 | - |
YUV | 235.13 | 117.77 | 106.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 254 | 217 | 0.19 | 0 | 0.15 | 0.00 | 134.69 | 0.96 | 0.9 |
Hex | CD | FE | D9 | 13 | 0 | F | 0 | 87 | 60 | 5A |
Octal | 315 | 376 | 331 | 23 | 0 | 17 | 0 | 207 | 140 | 132 |
Binary | 11001101 | 11111110 | 11011001 | 10011 | 0 | 1111 | 0 | 10000111 | 1100000 | 1011010 |
Color Harmonies of #CDFED9
Complementary color
Monochromatic Colors of #CDFED9
Black with #CDFED9
Text Example
Text Example
White with #CDFED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFED9; }
p { color: rgb(205,254,217); }
H1.HeaderClassName
{
color: #CDFED9;
}
.AnyTagClassName
{
color: #CDFED9;
}
</style>
background-color css
<style>
a { background-color: #CDFED9; }
a { background-color: rgb(205,254,217); }
div.DivClassName
{
background-color: #CDFED9;
}
.BgClassName
{
background-color: #CDFED9;
}
</style>
border-color css
<style>
span { border-color: #CDFED9; }
span { border-color: rgb(205,254,217); }
td.TdClassName
{
border-color: #CDFED9;
}
.TagClassName
{
border-color: #CDFED9;
}
</style>