Shades of Fog #CAB8F6
Tints of Fog #CAB8F6
RGB
CMYK
RGB Variations
Color information
#CAB8F6 (or 0xCAB8F6) is known color: Fog. HEX triplet: CA, B8 and F6. RGB value is (202,184,246). Sum of RGB (Red+Green+Blue) = 202+184+246=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 184 (72.27% from 255 or 29.11% from 632); Blue value is 246 (96.48% from 255 or 38.92% from 632); Max value from RGB is 246 - color contains mainly: blue. Hex color #CAB8F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB8F6 is #354709. Grayscale: #C4C4C4. Windows color (decimal): -3491594 or 16169162. OLE color: 16169162.
HSL color Cylindrical-coordinate representation of color #CAB8F6: hue angle of 257.42º degrees, saturation: 0.77, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAB8F6 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 184 | 246 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.04 |
| HSL | 257.42º | 0.78% | 0.84% | - |
| HSV(B) | 257.42º | 0.25% | 0.96% | - |
| XYZ | 58.13 | 53.49 | 94.45 | - |
| YUV | 196.45 | 155.96 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 246 | 0.18 | 0.25 | 0 | 0.04 | 257.42 | 0.78 | 0.84 |
| Hex | CA | B8 | F6 | 12 | 19 | 0 | 4 | 101 | 4E | 54 |
| Octal | 312 | 270 | 366 | 22 | 31 | 0 | 4 | 401 | 116 | 124 |
| Binary | 11001010 | 10111000 | 11110110 | 10010 | 11001 | 0 | 100 | 100000001 | 1001110 | 1010100 |
Color Harmonies of #CAB8F6
Complementary color
Monochromatic Colors of #CAB8F6
Black with #CAB8F6
Text Example
Text Example
White with #CAB8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB8F6; }
p { color: rgb(202,184,246); }
H1.HeaderClassName
{
color: #CAB8F6;
}
.AnyTagClassName
{
color: #CAB8F6;
}
</style>
background-color css
<style>
a { background-color: #CAB8F6; }
a { background-color: rgb(202,184,246); }
div.DivClassName
{
background-color: #CAB8F6;
}
.BgClassName
{
background-color: #CAB8F6;
}
</style>
border-color css
<style>
span { border-color: #CAB8F6; }
span { border-color: rgb(202,184,246); }
td.TdClassName
{
border-color: #CAB8F6;
}
.TagClassName
{
border-color: #CAB8F6;
}
</style>