Shades of Fog #CABAF7
Tints of Fog #CABAF7
RGB
CMYK
RGB Variations
Color information
#CABAF7 (or 0xCABAF7) is known color: Fog. HEX triplet: CA, BA and F7. RGB value is (202,186,247). Sum of RGB (Red+Green+Blue) = 202+186+247=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 186 (73.05% from 255 or 29.29% from 635); Blue value is 247 (96.88% from 255 or 38.90% from 635); Max value from RGB is 247 - color contains mainly: blue. Hex color #CABAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABAF7 is #354508. Grayscale: #C5C5C5. Windows color (decimal): -3491081 or 16235210. OLE color: 16235210.
HSL color Cylindrical-coordinate representation of color #CABAF7: hue angle of 255.74º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CABAF7 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 186 | 247 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.03 |
| HSL | 255.74º | 0.79% | 0.85% | - |
| HSV(B) | 255.74º | 0.25% | 0.97% | - |
| XYZ | 58.7 | 54.39 | 95.4 | - |
| YUV | 197.74 | 155.8 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 247 | 0.18 | 0.25 | 0 | 0.03 | 255.74 | 0.79 | 0.85 |
| Hex | CA | BA | F7 | 12 | 19 | 0 | 3 | 100 | 4F | 55 |
| Octal | 312 | 272 | 367 | 22 | 31 | 0 | 3 | 400 | 117 | 125 |
| Binary | 11001010 | 10111010 | 11110111 | 10010 | 11001 | 0 | 11 | 100000000 | 1001111 | 1010101 |
Color Harmonies of #CABAF7
Complementary color
Monochromatic Colors of #CABAF7
Black with #CABAF7
Text Example
Text Example
White with #CABAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABAF7; }
p { color: rgb(202,186,247); }
H1.HeaderClassName
{
color: #CABAF7;
}
.AnyTagClassName
{
color: #CABAF7;
}
</style>
background-color css
<style>
a { background-color: #CABAF7; }
a { background-color: rgb(202,186,247); }
div.DivClassName
{
background-color: #CABAF7;
}
.BgClassName
{
background-color: #CABAF7;
}
</style>
border-color css
<style>
span { border-color: #CABAF7; }
span { border-color: rgb(202,186,247); }
td.TdClassName
{
border-color: #CABAF7;
}
.TagClassName
{
border-color: #CABAF7;
}
</style>