Shades of Fog #CBB8F2
Tints of Fog #CBB8F2
RGB
CMYK
RGB Variations
Color information
#CBB8F2 (or 0xCBB8F2) is known color: Fog. HEX triplet: CB, B8 and F2. RGB value is (203,184,242). Sum of RGB (Red+Green+Blue) = 203+184+242=629 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.27% from 629); Green value is 184 (72.27% from 255 or 29.25% from 629); Blue value is 242 (94.92% from 255 or 38.47% from 629); Max value from RGB is 242 - color contains mainly: blue. Hex color #CBB8F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB8F2 is #34470D. Grayscale: #C4C4C4. Windows color (decimal): -3426062 or 15907019. OLE color: 15907019.
HSL color Cylindrical-coordinate representation of color #CBB8F2: hue angle of 259.66º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBB8F2 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 184 | 242 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.05 |
| HSL | 259.66º | 0.69% | 0.84% | - |
| HSV(B) | 259.66º | 0.24% | 0.95% | - |
| XYZ | 57.8 | 53.39 | 91.26 | - |
| YUV | 196.29 | 153.79 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 184 | 242 | 0.16 | 0.24 | 0 | 0.05 | 259.66 | 0.69 | 0.84 |
| Hex | CB | B8 | F2 | 10 | 18 | 0 | 5 | 104 | 45 | 54 |
| Octal | 313 | 270 | 362 | 20 | 30 | 0 | 5 | 404 | 105 | 124 |
| Binary | 11001011 | 10111000 | 11110010 | 10000 | 11000 | 0 | 101 | 100000100 | 1000101 | 1010100 |
Color Harmonies of #CBB8F2
Complementary color
Monochromatic Colors of #CBB8F2
Black with #CBB8F2
Text Example
Text Example
White with #CBB8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB8F2; }
p { color: rgb(203,184,242); }
H1.HeaderClassName
{
color: #CBB8F2;
}
.AnyTagClassName
{
color: #CBB8F2;
}
</style>
background-color css
<style>
a { background-color: #CBB8F2; }
a { background-color: rgb(203,184,242); }
div.DivClassName
{
background-color: #CBB8F2;
}
.BgClassName
{
background-color: #CBB8F2;
}
</style>
border-color css
<style>
span { border-color: #CBB8F2; }
span { border-color: rgb(203,184,242); }
td.TdClassName
{
border-color: #CBB8F2;
}
.TagClassName
{
border-color: #CBB8F2;
}
</style>