Shades of Cosmic Latte #CAFFDB
Tints of Cosmic Latte #CAFFDB
RGB
CMYK
RGB Variations
Color information
#CAFFDB (or 0xCAFFDB) is known color: Cosmic Latte. HEX triplet: CA, FF and DB. RGB value is (202,255,219). Sum of RGB (Red+Green+Blue) = 202+255+219=676 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.88% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 219 (85.94% from 255 or 32.40% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFDB is #350024. Grayscale: #EBEBEB. Windows color (decimal): -3473445 or 14417866. OLE color: 14417866.
HSL color Cylindrical-coordinate representation of color #CAFFDB: hue angle of 139.25º 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 #CAFFDB is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
RGB | 202 | 255 | 219 | - |
CMYK | 0.21 | 0 | 0.14 | 0 |
HSL | 139.25º | 1% | 0.9% | - |
HSV(B) | 139.25º | 0.21% | 1% | - |
XYZ | 72.9 | 89.19 | 80.39 | - |
YUV | 235.05 | 118.94 | 104.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 255 | 219 | 0.21 | 0 | 0.14 | 0 | 139.25 | 1 | 0.9 |
Hex | CA | FF | DB | 15 | 0 | E | 0 | 8B | 64 | 5A |
Octal | 312 | 377 | 333 | 25 | 0 | 16 | 0 | 213 | 144 | 132 |
Binary | 11001010 | 11111111 | 11011011 | 10101 | 0 | 1110 | 0 | 10001011 | 1100100 | 1011010 |
Color Harmonies of #CAFFDB
Complementary color
Monochromatic Colors of #CAFFDB
Black with #CAFFDB
Text Example
Text Example
White with #CAFFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFFDB; }
p { color: rgb(202,255,219); }
H1.HeaderClassName
{
color: #CAFFDB;
}
.AnyTagClassName
{
color: #CAFFDB;
}
</style>
background-color css
<style>
a { background-color: #CAFFDB; }
a { background-color: rgb(202,255,219); }
div.DivClassName
{
background-color: #CAFFDB;
}
.BgClassName
{
background-color: #CAFFDB;
}
</style>
border-color css
<style>
span { border-color: #CAFFDB; }
span { border-color: rgb(202,255,219); }
td.TdClassName
{
border-color: #CAFFDB;
}
.TagClassName
{
border-color: #CAFFDB;
}
</style>