Shades of Cosmic Latte #CAFFDA
Tints of Cosmic Latte #CAFFDA
RGB
CMYK
RGB Variations
Color information
#CAFFDA (or 0xCAFFDA) is known color: Cosmic Latte. HEX triplet: CA, FF and DA. RGB value is (202,255,218). Sum of RGB (Red+Green+Blue) = 202+255+218=675 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.93% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 218 (85.55% from 255 or 32.30% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFDA is #350025. Grayscale: #EBEBEB. Windows color (decimal): -3473446 or 14352330. OLE color: 14352330.
HSL color Cylindrical-coordinate representation of color #CAFFDA: hue angle of 138.11º 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 #CAFFDA is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
RGB | 202 | 255 | 218 | - |
CMYK | 0.21 | 0 | 0.15 | 0 |
HSL | 138.11º | 1% | 0.9% | - |
HSV(B) | 138.11º | 0.21% | 1% | - |
XYZ | 72.77 | 89.14 | 79.7 | - |
YUV | 234.94 | 118.44 | 104.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 255 | 218 | 0.21 | 0 | 0.15 | 0 | 138.11 | 1 | 0.9 |
Hex | CA | FF | DA | 15 | 0 | F | 0 | 8A | 64 | 5A |
Octal | 312 | 377 | 332 | 25 | 0 | 17 | 0 | 212 | 144 | 132 |
Binary | 11001010 | 11111111 | 11011010 | 10101 | 0 | 1111 | 0 | 10001010 | 1100100 | 1011010 |
Color Harmonies of #CAFFDA
Complementary color
Monochromatic Colors of #CAFFDA
Black with #CAFFDA
Text Example
Text Example
White with #CAFFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFFDA; }
p { color: rgb(202,255,218); }
H1.HeaderClassName
{
color: #CAFFDA;
}
.AnyTagClassName
{
color: #CAFFDA;
}
</style>
background-color css
<style>
a { background-color: #CAFFDA; }
a { background-color: rgb(202,255,218); }
div.DivClassName
{
background-color: #CAFFDA;
}
.BgClassName
{
background-color: #CAFFDA;
}
</style>
border-color css
<style>
span { border-color: #CAFFDA; }
span { border-color: rgb(202,255,218); }
td.TdClassName
{
border-color: #CAFFDA;
}
.TagClassName
{
border-color: #CAFFDA;
}
</style>