Shades of Fog #CBB7F5
Tints of Fog #CBB7F5
RGB
CMYK
RGB Variations
Color information
#CBB7F5 (or 0xCBB7F5) is known color: Fog. HEX triplet: CB, B7 and F5. RGB value is (203,183,245). Sum of RGB (Red+Green+Blue) = 203+183+245=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 183 (71.88% from 255 or 29.00% from 631); Blue value is 245 (96.09% from 255 or 38.83% from 631); Max value from RGB is 245 - color contains mainly: blue. Hex color #CBB7F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB7F5 is #34480A. Grayscale: #C3C3C3. Windows color (decimal): -3426315 or 16103371. OLE color: 16103371.
HSL color Cylindrical-coordinate representation of color #CBB7F5: hue angle of 259.35º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBB7F5 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 183 | 245 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.04 |
| HSL | 259.35º | 0.76% | 0.84% | - |
| HSV(B) | 259.35º | 0.25% | 0.96% | - |
| XYZ | 58.04 | 53.16 | 93.59 | - |
| YUV | 196.05 | 155.63 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 245 | 0.17 | 0.25 | 0 | 0.04 | 259.35 | 0.76 | 0.84 |
| Hex | CB | B7 | F5 | 11 | 19 | 0 | 4 | 103 | 4C | 54 |
| Octal | 313 | 267 | 365 | 21 | 31 | 0 | 4 | 403 | 114 | 124 |
| Binary | 11001011 | 10110111 | 11110101 | 10001 | 11001 | 0 | 100 | 100000011 | 1001100 | 1010100 |
Color Harmonies of #CBB7F5
Complementary color
Monochromatic Colors of #CBB7F5
Black with #CBB7F5
Text Example
Text Example
White with #CBB7F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB7F5; }
p { color: rgb(203,183,245); }
H1.HeaderClassName
{
color: #CBB7F5;
}
.AnyTagClassName
{
color: #CBB7F5;
}
</style>
background-color css
<style>
a { background-color: #CBB7F5; }
a { background-color: rgb(203,183,245); }
div.DivClassName
{
background-color: #CBB7F5;
}
.BgClassName
{
background-color: #CBB7F5;
}
</style>
border-color css
<style>
span { border-color: #CBB7F5; }
span { border-color: rgb(203,183,245); }
td.TdClassName
{
border-color: #CBB7F5;
}
.TagClassName
{
border-color: #CBB7F5;
}
</style>