Shades of Fog #CBB4FF
Tints of Fog #CBB4FF
RGB
CMYK
RGB Variations
Color information
#CBB4FF (or 0xCBB4FF) is known color: Fog. HEX triplet: CB, B4 and FF. RGB value is (203,180,255). Sum of RGB (Red+Green+Blue) = 203+180+255=638 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.82% from 638); Green value is 180 (70.70% from 255 or 28.21% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBB4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB4FF is #344B00. Grayscale: #C3C3C3. Windows color (decimal): -3427073 or 16757963. OLE color: 16757963.
HSL color Cylindrical-coordinate representation of color #CBB4FF: hue angle of 258.4º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBB4FF is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 180 | 255 | - |
| CMYK | 0.20 | 0.29 | 0 | 0 |
| HSL | 258.4º | 1% | 0.85% | - |
| HSV(B) | 258.4º | 0.29% | 1% | - |
| XYZ | 59 | 52.56 | 101.64 | - |
| YUV | 195.43 | 161.62 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 255 | 0.20 | 0.29 | 0 | 0 | 258.4 | 1 | 0.85 |
| Hex | CB | B4 | FF | 14 | 1D | 0 | 0 | 102 | 64 | 55 |
| Octal | 313 | 264 | 377 | 24 | 35 | 0 | 0 | 402 | 144 | 125 |
| Binary | 11001011 | 10110100 | 11111111 | 10100 | 11101 | 0 | 0 | 100000010 | 1100100 | 1010101 |
Color Harmonies of #CBB4FF
Complementary color
Monochromatic Colors of #CBB4FF
Black with #CBB4FF
Text Example
Text Example
White with #CBB4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB4FF; }
p { color: rgb(203,180,255); }
H1.HeaderClassName
{
color: #CBB4FF;
}
.AnyTagClassName
{
color: #CBB4FF;
}
</style>
background-color css
<style>
a { background-color: #CBB4FF; }
a { background-color: rgb(203,180,255); }
div.DivClassName
{
background-color: #CBB4FF;
}
.BgClassName
{
background-color: #CBB4FF;
}
</style>
border-color css
<style>
span { border-color: #CBB4FF; }
span { border-color: rgb(203,180,255); }
td.TdClassName
{
border-color: #CBB4FF;
}
.TagClassName
{
border-color: #CBB4FF;
}
</style>