Shades of Cosmic Latte #CCFADC
Tints of Cosmic Latte #CCFADC
RGB
CMYK
RGB Variations
Color information
#CCFADC (or 0xCCFADC) is known color: Cosmic Latte. HEX triplet: CC, FA and DC. RGB value is (204,250,220). Sum of RGB (Red+Green+Blue) = 204+250+220=674 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.27% from 674); Green value is 250 (98.05% from 255 or 37.09% from 674); Blue value is 220 (86.33% from 255 or 32.64% from 674); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFADC is #330523. Grayscale: #E8E8E8. Windows color (decimal): -3343652 or 14482124. OLE color: 14482124.
HSL color Cylindrical-coordinate representation of color #CCFADC: hue angle of 140.87º degrees, saturation: 0.82, 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 #CCFADC is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 250 | 220 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.02 |
| HSL | 140.87º | 0.82% | 0.89% | - |
| HSV(B) | 140.87º | 0.18% | 0.98% | - |
| XYZ | 72.01 | 86.38 | 80.59 | - |
| YUV | 232.83 | 120.76 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 250 | 220 | 0.18 | 0 | 0.12 | 0.02 | 140.87 | 0.82 | 0.89 |
| Hex | CC | FA | DC | 12 | 0 | C | 2 | 8D | 52 | 59 |
| Octal | 314 | 372 | 334 | 22 | 0 | 14 | 2 | 215 | 122 | 131 |
| Binary | 11001100 | 11111010 | 11011100 | 10010 | 0 | 1100 | 10 | 10001101 | 1010010 | 1011001 |
Color Harmonies of #CCFADC
Complementary color
Monochromatic Colors of #CCFADC
Black with #CCFADC
Text Example
Text Example
White with #CCFADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFADC; }
p { color: rgb(204,250,220); }
H1.HeaderClassName
{
color: #CCFADC;
}
.AnyTagClassName
{
color: #CCFADC;
}
</style>
background-color css
<style>
a { background-color: #CCFADC; }
a { background-color: rgb(204,250,220); }
div.DivClassName
{
background-color: #CCFADC;
}
.BgClassName
{
background-color: #CCFADC;
}
</style>
border-color css
<style>
span { border-color: #CCFADC; }
span { border-color: rgb(204,250,220); }
td.TdClassName
{
border-color: #CCFADC;
}
.TagClassName
{
border-color: #CCFADC;
}
</style>