Shades of Fog #CAB4FF
Tints of Fog #CAB4FF
RGB
CMYK
RGB Variations
Color information
#CAB4FF (or 0xCAB4FF) is known color: Fog. HEX triplet: CA, B4 and FF. RGB value is (202,180,255). Sum of RGB (Red+Green+Blue) = 202+180+255=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 180 (70.70% from 255 or 28.26% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAB4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB4FF is #354B00. Grayscale: #C2C2C2. Windows color (decimal): -3492609 or 16757962. OLE color: 16757962.
HSL color Cylindrical-coordinate representation of color #CAB4FF: hue angle of 257.6º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAB4FF is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 180 | 255 | - |
| CMYK | 0.21 | 0.29 | 0 | 0 |
| HSL | 257.6º | 1% | 0.85% | - |
| HSV(B) | 257.6º | 0.29% | 1% | - |
| XYZ | 58.73 | 52.42 | 101.63 | - |
| YUV | 195.13 | 161.79 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 180 | 255 | 0.21 | 0.29 | 0 | 0 | 257.6 | 1 | 0.85 |
| Hex | CA | B4 | FF | 15 | 1D | 0 | 0 | 102 | 64 | 55 |
| Octal | 312 | 264 | 377 | 25 | 35 | 0 | 0 | 402 | 144 | 125 |
| Binary | 11001010 | 10110100 | 11111111 | 10101 | 11101 | 0 | 0 | 100000010 | 1100100 | 1010101 |
Color Harmonies of #CAB4FF
Complementary color
Monochromatic Colors of #CAB4FF
Black with #CAB4FF
Text Example
Text Example
White with #CAB4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB4FF; }
p { color: rgb(202,180,255); }
H1.HeaderClassName
{
color: #CAB4FF;
}
.AnyTagClassName
{
color: #CAB4FF;
}
</style>
background-color css
<style>
a { background-color: #CAB4FF; }
a { background-color: rgb(202,180,255); }
div.DivClassName
{
background-color: #CAB4FF;
}
.BgClassName
{
background-color: #CAB4FF;
}
</style>
border-color css
<style>
span { border-color: #CAB4FF; }
span { border-color: rgb(202,180,255); }
td.TdClassName
{
border-color: #CAB4FF;
}
.TagClassName
{
border-color: #CAB4FF;
}
</style>