Shades of Fog #CBB6FD
Tints of Fog #CBB6FD
RGB
CMYK
RGB Variations
Color information
#CBB6FD (or 0xCBB6FD) is known color: Fog. HEX triplet: CB, B6 and FD. RGB value is (203,182,253). Sum of RGB (Red+Green+Blue) = 203+182+253=638 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.82% from 638); Green value is 182 (71.48% from 255 or 28.53% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBB6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB6FD is #344902. Grayscale: #C4C4C4. Windows color (decimal): -3426563 or 16627403. OLE color: 16627403.
HSL color Cylindrical-coordinate representation of color #CBB6FD: hue angle of 257.75º 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 #CBB6FD is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 182 | 253 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.01 |
| HSL | 257.75º | 0.95% | 0.85% | - |
| HSV(B) | 257.75º | 0.28% | 0.99% | - |
| XYZ | 59.09 | 53.24 | 100.09 | - |
| YUV | 196.37 | 159.96 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 253 | 0.20 | 0.28 | 0 | 0.01 | 257.75 | 0.95 | 0.85 |
| Hex | CB | B6 | FD | 14 | 1C | 0 | 1 | 102 | 5F | 55 |
| Octal | 313 | 266 | 375 | 24 | 34 | 0 | 1 | 402 | 137 | 125 |
| Binary | 11001011 | 10110110 | 11111101 | 10100 | 11100 | 0 | 1 | 100000010 | 1011111 | 1010101 |
Color Harmonies of #CBB6FD
Complementary color
Monochromatic Colors of #CBB6FD
Black with #CBB6FD
Text Example
Text Example
White with #CBB6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB6FD; }
p { color: rgb(203,182,253); }
H1.HeaderClassName
{
color: #CBB6FD;
}
.AnyTagClassName
{
color: #CBB6FD;
}
</style>
background-color css
<style>
a { background-color: #CBB6FD; }
a { background-color: rgb(203,182,253); }
div.DivClassName
{
background-color: #CBB6FD;
}
.BgClassName
{
background-color: #CBB6FD;
}
</style>
border-color css
<style>
span { border-color: #CBB6FD; }
span { border-color: rgb(203,182,253); }
td.TdClassName
{
border-color: #CBB6FD;
}
.TagClassName
{
border-color: #CBB6FD;
}
</style>