Shades of Fog #CAB9F9
Tints of Fog #CAB9F9
RGB
CMYK
RGB Variations
Color information
#CAB9F9 (or 0xCAB9F9) is known color: Fog. HEX triplet: CA, B9 and F9. RGB value is (202,185,249). Sum of RGB (Red+Green+Blue) = 202+185+249=636 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.76% from 636); Green value is 185 (72.66% from 255 or 29.09% from 636); Blue value is 249 (97.66% from 255 or 39.15% from 636); Max value from RGB is 249 - color contains mainly: blue. Hex color #CAB9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB9F9 is #354606. Grayscale: #C5C5C5. Windows color (decimal): -3491335 or 16366026. OLE color: 16366026.
HSL color Cylindrical-coordinate representation of color #CAB9F9: hue angle of 255.94º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAB9F9 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 185 | 249 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.02 |
| HSL | 255.94º | 0.84% | 0.85% | - |
| HSV(B) | 255.94º | 0.26% | 0.98% | - |
| XYZ | 58.8 | 54.09 | 96.96 | - |
| YUV | 197.38 | 157.13 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 249 | 0.19 | 0.26 | 0 | 0.02 | 255.94 | 0.84 | 0.85 |
| Hex | CA | B9 | F9 | 13 | 1A | 0 | 2 | 100 | 54 | 55 |
| Octal | 312 | 271 | 371 | 23 | 32 | 0 | 2 | 400 | 124 | 125 |
| Binary | 11001010 | 10111001 | 11111001 | 10011 | 11010 | 0 | 10 | 100000000 | 1010100 | 1010101 |
Color Harmonies of #CAB9F9
Complementary color
Monochromatic Colors of #CAB9F9
Black with #CAB9F9
Text Example
Text Example
White with #CAB9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB9F9; }
p { color: rgb(202,185,249); }
H1.HeaderClassName
{
color: #CAB9F9;
}
.AnyTagClassName
{
color: #CAB9F9;
}
</style>
background-color css
<style>
a { background-color: #CAB9F9; }
a { background-color: rgb(202,185,249); }
div.DivClassName
{
background-color: #CAB9F9;
}
.BgClassName
{
background-color: #CAB9F9;
}
</style>
border-color css
<style>
span { border-color: #CAB9F9; }
span { border-color: rgb(202,185,249); }
td.TdClassName
{
border-color: #CAB9F9;
}
.TagClassName
{
border-color: #CAB9F9;
}
</style>