Shades of Fog #CAB7FA
Tints of Fog #CAB7FA
RGB
CMYK
RGB Variations
Color information
#CAB7FA (or 0xCAB7FA) is known color: Fog. HEX triplet: CA, B7 and FA. RGB value is (202,183,250). Sum of RGB (Red+Green+Blue) = 202+183+250=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 183 (71.88% from 255 or 28.82% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAB7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB7FA is #354805. Grayscale: #C4C4C4. Windows color (decimal): -3491846 or 16431050. OLE color: 16431050.
HSL color Cylindrical-coordinate representation of color #CAB7FA: hue angle of 257.01º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAB7FA is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 183 | 250 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.02 |
| HSL | 257.01º | 0.87% | 0.85% | - |
| HSV(B) | 257.01º | 0.27% | 0.98% | - |
| XYZ | 58.55 | 53.33 | 97.65 | - |
| YUV | 196.32 | 158.29 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 250 | 0.19 | 0.27 | 0 | 0.02 | 257.01 | 0.87 | 0.85 |
| Hex | CA | B7 | FA | 13 | 1B | 0 | 2 | 101 | 57 | 55 |
| Octal | 312 | 267 | 372 | 23 | 33 | 0 | 2 | 401 | 127 | 125 |
| Binary | 11001010 | 10110111 | 11111010 | 10011 | 11011 | 0 | 10 | 100000001 | 1010111 | 1010101 |
Color Harmonies of #CAB7FA
Complementary color
Monochromatic Colors of #CAB7FA
Black with #CAB7FA
Text Example
Text Example
White with #CAB7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB7FA; }
p { color: rgb(202,183,250); }
H1.HeaderClassName
{
color: #CAB7FA;
}
.AnyTagClassName
{
color: #CAB7FA;
}
</style>
background-color css
<style>
a { background-color: #CAB7FA; }
a { background-color: rgb(202,183,250); }
div.DivClassName
{
background-color: #CAB7FA;
}
.BgClassName
{
background-color: #CAB7FA;
}
</style>
border-color css
<style>
span { border-color: #CAB7FA; }
span { border-color: rgb(202,183,250); }
td.TdClassName
{
border-color: #CAB7FA;
}
.TagClassName
{
border-color: #CAB7FA;
}
</style>