Shades of Fog #CABBF6
Tints of Fog #CABBF6
RGB
CMYK
RGB Variations
Color information
#CABBF6 (or 0xCABBF6) is known color: Fog. HEX triplet: CA, BB and F6. RGB value is (202,187,246). Sum of RGB (Red+Green+Blue) = 202+187+246=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 187 (73.44% from 255 or 29.45% from 635); Blue value is 246 (96.48% from 255 or 38.74% from 635); Max value from RGB is 246 - color contains mainly: blue. Hex color #CABBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABBF6 is #354409. Grayscale: #C5C5C5. Windows color (decimal): -3490826 or 16169930. OLE color: 16169930.
HSL color Cylindrical-coordinate representation of color #CABBF6: hue angle of 255.25º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CABBF6 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 187 | 246 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.04 |
| HSL | 255.25º | 0.77% | 0.85% | - |
| HSV(B) | 255.25º | 0.24% | 0.96% | - |
| XYZ | 58.76 | 54.75 | 94.66 | - |
| YUV | 198.21 | 154.97 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 246 | 0.18 | 0.24 | 0 | 0.04 | 255.25 | 0.77 | 0.85 |
| Hex | CA | BB | F6 | 12 | 18 | 0 | 4 | FF | 4D | 55 |
| Octal | 312 | 273 | 366 | 22 | 30 | 0 | 4 | 377 | 115 | 125 |
| Binary | 11001010 | 10111011 | 11110110 | 10010 | 11000 | 0 | 100 | 11111111 | 1001101 | 1010101 |
Color Harmonies of #CABBF6
Complementary color
Monochromatic Colors of #CABBF6
Black with #CABBF6
Text Example
Text Example
White with #CABBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABBF6; }
p { color: rgb(202,187,246); }
H1.HeaderClassName
{
color: #CABBF6;
}
.AnyTagClassName
{
color: #CABBF6;
}
</style>
background-color css
<style>
a { background-color: #CABBF6; }
a { background-color: rgb(202,187,246); }
div.DivClassName
{
background-color: #CABBF6;
}
.BgClassName
{
background-color: #CABBF6;
}
</style>
border-color css
<style>
span { border-color: #CABBF6; }
span { border-color: rgb(202,187,246); }
td.TdClassName
{
border-color: #CABBF6;
}
.TagClassName
{
border-color: #CABBF6;
}
</style>