Shades of Fog #CBB4F2
Tints of Fog #CBB4F2
RGB
CMYK
RGB Variations
Color information
#CBB4F2 (or 0xCBB4F2) is known color: Fog. HEX triplet: CB, B4 and F2. RGB value is (203,180,242). Sum of RGB (Red+Green+Blue) = 203+180+242=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 180 (70.70% from 255 or 28.8% from 625); Blue value is 242 (94.92% from 255 or 38.72% from 625); Max value from RGB is 242 - color contains mainly: blue. Hex color #CBB4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB4F2 is #344B0D. Grayscale: #C1C1C1. Windows color (decimal): -3427086 or 15905995. OLE color: 15905995.
HSL color Cylindrical-coordinate representation of color #CBB4F2: hue angle of 262.26º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBB4F2 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 180 | 242 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.05 |
| HSL | 262.26º | 0.7% | 0.83% | - |
| HSV(B) | 262.26º | 0.26% | 0.95% | - |
| XYZ | 56.98 | 51.75 | 90.99 | - |
| YUV | 193.95 | 155.12 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 242 | 0.16 | 0.26 | 0 | 0.05 | 262.26 | 0.7 | 0.83 |
| Hex | CB | B4 | F2 | 10 | 1A | 0 | 5 | 106 | 46 | 53 |
| Octal | 313 | 264 | 362 | 20 | 32 | 0 | 5 | 406 | 106 | 123 |
| Binary | 11001011 | 10110100 | 11110010 | 10000 | 11010 | 0 | 101 | 100000110 | 1000110 | 1010011 |
Color Harmonies of #CBB4F2
Complementary color
Monochromatic Colors of #CBB4F2
Black with #CBB4F2
Text Example
Text Example
White with #CBB4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB4F2; }
p { color: rgb(203,180,242); }
H1.HeaderClassName
{
color: #CBB4F2;
}
.AnyTagClassName
{
color: #CBB4F2;
}
</style>
background-color css
<style>
a { background-color: #CBB4F2; }
a { background-color: rgb(203,180,242); }
div.DivClassName
{
background-color: #CBB4F2;
}
.BgClassName
{
background-color: #CBB4F2;
}
</style>
border-color css
<style>
span { border-color: #CBB4F2; }
span { border-color: rgb(203,180,242); }
td.TdClassName
{
border-color: #CBB4F2;
}
.TagClassName
{
border-color: #CBB4F2;
}
</style>