Shades of Fog #CAB5FE
Tints of Fog #CAB5FE
RGB
CMYK
RGB Variations
Color information
#CAB5FE (or 0xCAB5FE) is known color: Fog. HEX triplet: CA, B5 and FE. RGB value is (202,181,254). Sum of RGB (Red+Green+Blue) = 202+181+254=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 181 (71.09% from 255 or 28.41% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAB5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB5FE is #354A01. Grayscale: #C3C3C3. Windows color (decimal): -3492354 or 16692682. OLE color: 16692682.
HSL color Cylindrical-coordinate representation of color #CAB5FE: hue angle of 257.26º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAB5FE is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 181 | 254 | - |
| CMYK | 0.20 | 0.29 | 0 | 0.00 |
| HSL | 257.26º | 0.97% | 0.85% | - |
| HSV(B) | 257.26º | 0.29% | 1% | - |
| XYZ | 58.77 | 52.76 | 100.85 | - |
| YUV | 195.6 | 160.96 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 181 | 254 | 0.20 | 0.29 | 0 | 0.00 | 257.26 | 0.97 | 0.85 |
| Hex | CA | B5 | FE | 14 | 1D | 0 | 0 | 101 | 61 | 55 |
| Octal | 312 | 265 | 376 | 24 | 35 | 0 | 0 | 401 | 141 | 125 |
| Binary | 11001010 | 10110101 | 11111110 | 10100 | 11101 | 0 | 0 | 100000001 | 1100001 | 1010101 |
Color Harmonies of #CAB5FE
Complementary color
Monochromatic Colors of #CAB5FE
Black with #CAB5FE
Text Example
Text Example
White with #CAB5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB5FE; }
p { color: rgb(202,181,254); }
H1.HeaderClassName
{
color: #CAB5FE;
}
.AnyTagClassName
{
color: #CAB5FE;
}
</style>
background-color css
<style>
a { background-color: #CAB5FE; }
a { background-color: rgb(202,181,254); }
div.DivClassName
{
background-color: #CAB5FE;
}
.BgClassName
{
background-color: #CAB5FE;
}
</style>
border-color css
<style>
span { border-color: #CAB5FE; }
span { border-color: rgb(202,181,254); }
td.TdClassName
{
border-color: #CAB5FE;
}
.TagClassName
{
border-color: #CAB5FE;
}
</style>