Shades of Fog #CBB5FD
Tints of Fog #CBB5FD
RGB
CMYK
RGB Variations
Color information
#CBB5FD (or 0xCBB5FD) is known color: Fog. HEX triplet: CB, B5 and FD. RGB value is (203,181,253). Sum of RGB (Red+Green+Blue) = 203+181+253=637 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.87% from 637); Green value is 181 (71.09% from 255 or 28.41% from 637); Blue value is 253 (99.22% from 255 or 39.72% from 637); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBB5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB5FD is #344A02. Grayscale: #C3C3C3. Windows color (decimal): -3426819 or 16627147. OLE color: 16627147.
HSL color Cylindrical-coordinate representation of color #CBB5FD: hue angle of 258.33º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBB5FD is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 181 | 253 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.01 |
| HSL | 258.33º | 0.95% | 0.85% | - |
| HSV(B) | 258.33º | 0.28% | 0.99% | - |
| XYZ | 58.88 | 52.84 | 100.02 | - |
| YUV | 195.79 | 160.29 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 253 | 0.20 | 0.28 | 0 | 0.01 | 258.33 | 0.95 | 0.85 |
| Hex | CB | B5 | FD | 14 | 1C | 0 | 1 | 102 | 5F | 55 |
| Octal | 313 | 265 | 375 | 24 | 34 | 0 | 1 | 402 | 137 | 125 |
| Binary | 11001011 | 10110101 | 11111101 | 10100 | 11100 | 0 | 1 | 100000010 | 1011111 | 1010101 |
Color Harmonies of #CBB5FD
Complementary color
Monochromatic Colors of #CBB5FD
Black with #CBB5FD
Text Example
Text Example
White with #CBB5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB5FD; }
p { color: rgb(203,181,253); }
H1.HeaderClassName
{
color: #CBB5FD;
}
.AnyTagClassName
{
color: #CBB5FD;
}
</style>
background-color css
<style>
a { background-color: #CBB5FD; }
a { background-color: rgb(203,181,253); }
div.DivClassName
{
background-color: #CBB5FD;
}
.BgClassName
{
background-color: #CBB5FD;
}
</style>
border-color css
<style>
span { border-color: #CBB5FD; }
span { border-color: rgb(203,181,253); }
td.TdClassName
{
border-color: #CBB5FD;
}
.TagClassName
{
border-color: #CBB5FD;
}
</style>