Shades of Fog #CAB6F9
Tints of Fog #CAB6F9
RGB
CMYK
RGB Variations
Color information
#CAB6F9 (or 0xCAB6F9) is known color: Fog. HEX triplet: CA, B6 and F9. RGB value is (202,182,249). Sum of RGB (Red+Green+Blue) = 202+182+249=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 182 (71.48% from 255 or 28.75% from 633); Blue value is 249 (97.66% from 255 or 39.34% from 633); Max value from RGB is 249 - color contains mainly: blue. Hex color #CAB6F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB6F9 is #354906. Grayscale: #C3C3C3. Windows color (decimal): -3492103 or 16365258. OLE color: 16365258.
HSL color Cylindrical-coordinate representation of color #CAB6F9: hue angle of 257.91º degrees, saturation: 0.85, 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 #CAB6F9 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 182 | 249 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.02 |
| HSL | 257.91º | 0.85% | 0.85% | - |
| HSV(B) | 257.91º | 0.27% | 0.98% | - |
| XYZ | 58.18 | 52.85 | 96.76 | - |
| YUV | 195.62 | 158.13 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 182 | 249 | 0.19 | 0.27 | 0 | 0.02 | 257.91 | 0.85 | 0.85 |
| Hex | CA | B6 | F9 | 13 | 1B | 0 | 2 | 102 | 55 | 55 |
| Octal | 312 | 266 | 371 | 23 | 33 | 0 | 2 | 402 | 125 | 125 |
| Binary | 11001010 | 10110110 | 11111001 | 10011 | 11011 | 0 | 10 | 100000010 | 1010101 | 1010101 |
Color Harmonies of #CAB6F9
Complementary color
Monochromatic Colors of #CAB6F9
Black with #CAB6F9
Text Example
Text Example
White with #CAB6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB6F9; }
p { color: rgb(202,182,249); }
H1.HeaderClassName
{
color: #CAB6F9;
}
.AnyTagClassName
{
color: #CAB6F9;
}
</style>
background-color css
<style>
a { background-color: #CAB6F9; }
a { background-color: rgb(202,182,249); }
div.DivClassName
{
background-color: #CAB6F9;
}
.BgClassName
{
background-color: #CAB6F9;
}
</style>
border-color css
<style>
span { border-color: #CAB6F9; }
span { border-color: rgb(202,182,249); }
td.TdClassName
{
border-color: #CAB6F9;
}
.TagClassName
{
border-color: #CAB6F9;
}
</style>