Shades of Cosmic Latte #CCFED9
Tints of Cosmic Latte #CCFED9
RGB
CMYK
RGB Variations
Color information
#CCFED9 (or 0xCCFED9) is known color: Cosmic Latte. HEX triplet: CC, FE and D9. RGB value is (204,254,217). Sum of RGB (Red+Green+Blue) = 204+254+217=675 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.22% from 675); Green value is 254 (99.61% from 255 or 37.63% from 675); Blue value is 217 (85.16% from 255 or 32.15% from 675); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFED9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFED9 is #330126. Grayscale: #EAEAEA. Windows color (decimal): -3342631 or 14286540. OLE color: 14286540.
HSL color Cylindrical-coordinate representation of color #CCFED9: hue angle of 135.6º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCFED9 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
RGB | 204 | 254 | 217 | - |
CMYK | 0.20 | 0 | 0.15 | 0.00 |
HSL | 135.6º | 0.96% | 0.9% | - |
HSV(B) | 135.6º | 0.2% | 1% | - |
XYZ | 72.87 | 88.73 | 78.93 | - |
YUV | 234.83 | 117.94 | 106.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 254 | 217 | 0.20 | 0 | 0.15 | 0.00 | 135.6 | 0.96 | 0.9 |
Hex | CC | FE | D9 | 14 | 0 | F | 0 | 88 | 60 | 5A |
Octal | 314 | 376 | 331 | 24 | 0 | 17 | 0 | 210 | 140 | 132 |
Binary | 11001100 | 11111110 | 11011001 | 10100 | 0 | 1111 | 0 | 10001000 | 1100000 | 1011010 |
Color Harmonies of #CCFED9
Complementary color
Monochromatic Colors of #CCFED9
Black with #CCFED9
Text Example
Text Example
White with #CCFED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFED9; }
p { color: rgb(204,254,217); }
H1.HeaderClassName
{
color: #CCFED9;
}
.AnyTagClassName
{
color: #CCFED9;
}
</style>
background-color css
<style>
a { background-color: #CCFED9; }
a { background-color: rgb(204,254,217); }
div.DivClassName
{
background-color: #CCFED9;
}
.BgClassName
{
background-color: #CCFED9;
}
</style>
border-color css
<style>
span { border-color: #CCFED9; }
span { border-color: rgb(204,254,217); }
td.TdClassName
{
border-color: #CCFED9;
}
.TagClassName
{
border-color: #CCFED9;
}
</style>