Shades of Fog #CABAF8
Tints of Fog #CABAF8
RGB
CMYK
RGB Variations
Color information
#CABAF8 (or 0xCABAF8) is known color: Fog. HEX triplet: CA, BA and F8. RGB value is (202,186,248). Sum of RGB (Red+Green+Blue) = 202+186+248=636 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.76% from 636); Green value is 186 (73.05% from 255 or 29.25% from 636); Blue value is 248 (97.27% from 255 or 38.99% from 636); Max value from RGB is 248 - color contains mainly: blue. Hex color #CABAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABAF8 is #354507. Grayscale: #C5C5C5. Windows color (decimal): -3491080 or 16300746. OLE color: 16300746.
HSL color Cylindrical-coordinate representation of color #CABAF8: hue angle of 255.48º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CABAF8 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 186 | 248 | - |
| CMYK | 0.19 | 0.25 | 0 | 0.03 |
| HSL | 255.48º | 0.82% | 0.85% | - |
| HSV(B) | 255.48º | 0.25% | 0.97% | - |
| XYZ | 58.86 | 54.45 | 96.21 | - |
| YUV | 197.85 | 156.3 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 248 | 0.19 | 0.25 | 0 | 0.03 | 255.48 | 0.82 | 0.85 |
| Hex | CA | BA | F8 | 13 | 19 | 0 | 3 | FF | 52 | 55 |
| Octal | 312 | 272 | 370 | 23 | 31 | 0 | 3 | 377 | 122 | 125 |
| Binary | 11001010 | 10111010 | 11111000 | 10011 | 11001 | 0 | 11 | 11111111 | 1010010 | 1010101 |
Color Harmonies of #CABAF8
Complementary color
Monochromatic Colors of #CABAF8
Black with #CABAF8
Text Example
Text Example
White with #CABAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABAF8; }
p { color: rgb(202,186,248); }
H1.HeaderClassName
{
color: #CABAF8;
}
.AnyTagClassName
{
color: #CABAF8;
}
</style>
background-color css
<style>
a { background-color: #CABAF8; }
a { background-color: rgb(202,186,248); }
div.DivClassName
{
background-color: #CABAF8;
}
.BgClassName
{
background-color: #CABAF8;
}
</style>
border-color css
<style>
span { border-color: #CABAF8; }
span { border-color: rgb(202,186,248); }
td.TdClassName
{
border-color: #CABAF8;
}
.TagClassName
{
border-color: #CABAF8;
}
</style>