Shades of Cosmic Latte #CAFFDC
Tints of Cosmic Latte #CAFFDC
RGB
CMYK
RGB Variations
Color information
#CAFFDC (or 0xCAFFDC) is known color: Cosmic Latte. HEX triplet: CA, FF and DC. RGB value is (202,255,220). Sum of RGB (Red+Green+Blue) = 202+255+220=677 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.84% from 677); Green value is 255 (100% from 255 or 37.67% from 677); Blue value is 220 (86.33% from 255 or 32.50% from 677); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFDC is #350023. Grayscale: #EBEBEB. Windows color (decimal): -3473444 or 14483402. OLE color: 14483402.
HSL color Cylindrical-coordinate representation of color #CAFFDC: hue angle of 140.38º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAFFDC is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 255 | 220 | - |
| CMYK | 0.21 | 0 | 0.14 | 0 |
| HSL | 140.38º | 1% | 0.9% | - |
| HSV(B) | 140.38º | 0.21% | 1% | - |
| XYZ | 73.04 | 89.24 | 81.09 | - |
| YUV | 235.16 | 119.44 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 255 | 220 | 0.21 | 0 | 0.14 | 0 | 140.38 | 1 | 0.9 |
| Hex | CA | FF | DC | 15 | 0 | E | 0 | 8C | 64 | 5A |
| Octal | 312 | 377 | 334 | 25 | 0 | 16 | 0 | 214 | 144 | 132 |
| Binary | 11001010 | 11111111 | 11011100 | 10101 | 0 | 1110 | 0 | 10001100 | 1100100 | 1011010 |
Color Harmonies of #CAFFDC
Complementary color
Monochromatic Colors of #CAFFDC
Black with #CAFFDC
Text Example
Text Example
White with #CAFFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFFDC; }
p { color: rgb(202,255,220); }
H1.HeaderClassName
{
color: #CAFFDC;
}
.AnyTagClassName
{
color: #CAFFDC;
}
</style>
background-color css
<style>
a { background-color: #CAFFDC; }
a { background-color: rgb(202,255,220); }
div.DivClassName
{
background-color: #CAFFDC;
}
.BgClassName
{
background-color: #CAFFDC;
}
</style>
border-color css
<style>
span { border-color: #CAFFDC; }
span { border-color: rgb(202,255,220); }
td.TdClassName
{
border-color: #CAFFDC;
}
.TagClassName
{
border-color: #CAFFDC;
}
</style>