Shades of Cosmic Latte #CCFBDD
Tints of Cosmic Latte #CCFBDD
RGB
CMYK
RGB Variations
Color information
#CCFBDD (or 0xCCFBDD) is known color: Cosmic Latte. HEX triplet: CC, FB and DD. RGB value is (204,251,221). Sum of RGB (Red+Green+Blue) = 204+251+221=676 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.18% from 676); Green value is 251 (98.44% from 255 or 37.13% from 676); Blue value is 221 (86.72% from 255 or 32.69% from 676); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFBDD is #330422. Grayscale: #E9E9E9. Windows color (decimal): -3343395 or 14547916. OLE color: 14547916.
HSL color Cylindrical-coordinate representation of color #CCFBDD: hue angle of 141.7º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFBDD is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 204 | 251 | 221 | - |
CMYK | 0.19 | 0 | 0.12 | 0.02 |
HSL | 141.7º | 0.85% | 0.89% | - |
HSV(B) | 141.7º | 0.19% | 0.98% | - |
XYZ | 72.45 | 87.05 | 81.39 | - |
YUV | 233.53 | 120.93 | 106.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 251 | 221 | 0.19 | 0 | 0.12 | 0.02 | 141.7 | 0.85 | 0.89 |
Hex | CC | FB | DD | 13 | 0 | C | 2 | 8E | 55 | 59 |
Octal | 314 | 373 | 335 | 23 | 0 | 14 | 2 | 216 | 125 | 131 |
Binary | 11001100 | 11111011 | 11011101 | 10011 | 0 | 1100 | 10 | 10001110 | 1010101 | 1011001 |
Color Harmonies of #CCFBDD
Complementary color
Monochromatic Colors of #CCFBDD
Black with #CCFBDD
Text Example
Text Example
White with #CCFBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFBDD; }
p { color: rgb(204,251,221); }
H1.HeaderClassName
{
color: #CCFBDD;
}
.AnyTagClassName
{
color: #CCFBDD;
}
</style>
background-color css
<style>
a { background-color: #CCFBDD; }
a { background-color: rgb(204,251,221); }
div.DivClassName
{
background-color: #CCFBDD;
}
.BgClassName
{
background-color: #CCFBDD;
}
</style>
border-color css
<style>
span { border-color: #CCFBDD; }
span { border-color: rgb(204,251,221); }
td.TdClassName
{
border-color: #CCFBDD;
}
.TagClassName
{
border-color: #CCFBDD;
}
</style>