Shades of Fog #CAB4F8
Tints of Fog #CAB4F8
RGB
CMYK
RGB Variations
Color information
#CAB4F8 (or 0xCAB4F8) is known color: Fog. HEX triplet: CA, B4 and F8. RGB value is (202,180,248). Sum of RGB (Red+Green+Blue) = 202+180+248=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 180 (70.70% from 255 or 28.57% from 630); Blue value is 248 (97.27% from 255 or 39.37% from 630); Max value from RGB is 248 - color contains mainly: blue. Hex color #CAB4F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB4F8 is #354B07. Grayscale: #C2C2C2. Windows color (decimal): -3492616 or 16299210. OLE color: 16299210.
HSL color Cylindrical-coordinate representation of color #CAB4F8: hue angle of 259.41º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAB4F8 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 180 | 248 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.03 |
| HSL | 259.41º | 0.83% | 0.84% | - |
| HSV(B) | 259.41º | 0.27% | 0.97% | - |
| XYZ | 57.62 | 51.98 | 95.8 | - |
| YUV | 194.33 | 158.29 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 180 | 248 | 0.19 | 0.27 | 0 | 0.03 | 259.41 | 0.83 | 0.84 |
| Hex | CA | B4 | F8 | 13 | 1B | 0 | 3 | 103 | 53 | 54 |
| Octal | 312 | 264 | 370 | 23 | 33 | 0 | 3 | 403 | 123 | 124 |
| Binary | 11001010 | 10110100 | 11111000 | 10011 | 11011 | 0 | 11 | 100000011 | 1010011 | 1010100 |
Color Harmonies of #CAB4F8
Complementary color
Monochromatic Colors of #CAB4F8
Black with #CAB4F8
Text Example
Text Example
White with #CAB4F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB4F8; }
p { color: rgb(202,180,248); }
H1.HeaderClassName
{
color: #CAB4F8;
}
.AnyTagClassName
{
color: #CAB4F8;
}
</style>
background-color css
<style>
a { background-color: #CAB4F8; }
a { background-color: rgb(202,180,248); }
div.DivClassName
{
background-color: #CAB4F8;
}
.BgClassName
{
background-color: #CAB4F8;
}
</style>
border-color css
<style>
span { border-color: #CAB4F8; }
span { border-color: rgb(202,180,248); }
td.TdClassName
{
border-color: #CAB4F8;
}
.TagClassName
{
border-color: #CAB4F8;
}
</style>