Shades of Fog #CBBDF0
Tints of Fog #CBBDF0
RGB
CMYK
RGB Variations
Color information
#CBBDF0 (or 0xCBBDF0) is known color: Fog. HEX triplet: CB, BD and F0. RGB value is (203,189,240). Sum of RGB (Red+Green+Blue) = 203+189+240=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 240 (94.14% from 255 or 37.97% from 632); Max value from RGB is 240 - color contains mainly: blue. Hex color #CBBDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBDF0 is #34420F. Grayscale: #C6C6C6. Windows color (decimal): -3424784 or 15777227. OLE color: 15777227.
HSL color Cylindrical-coordinate representation of color #CBBDF0: hue angle of 256.47º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBBDF0 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 189 | 240 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.06 |
| HSL | 256.47º | 0.63% | 0.84% | - |
| HSV(B) | 256.47º | 0.21% | 0.94% | - |
| XYZ | 58.55 | 55.38 | 90.04 | - |
| YUV | 199 | 151.14 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 240 | 0.15 | 0.21 | 0 | 0.06 | 256.47 | 0.63 | 0.84 |
| Hex | CB | BD | F0 | F | 15 | 0 | 6 | 100 | 3F | 54 |
| Octal | 313 | 275 | 360 | 17 | 25 | 0 | 6 | 400 | 77 | 124 |
| Binary | 11001011 | 10111101 | 11110000 | 1111 | 10101 | 0 | 110 | 100000000 | 111111 | 1010100 |
Color Harmonies of #CBBDF0
Complementary color
Monochromatic Colors of #CBBDF0
Black with #CBBDF0
Text Example
Text Example
White with #CBBDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBDF0; }
p { color: rgb(203,189,240); }
H1.HeaderClassName
{
color: #CBBDF0;
}
.AnyTagClassName
{
color: #CBBDF0;
}
</style>
background-color css
<style>
a { background-color: #CBBDF0; }
a { background-color: rgb(203,189,240); }
div.DivClassName
{
background-color: #CBBDF0;
}
.BgClassName
{
background-color: #CBBDF0;
}
</style>
border-color css
<style>
span { border-color: #CBBDF0; }
span { border-color: rgb(203,189,240); }
td.TdClassName
{
border-color: #CBBDF0;
}
.TagClassName
{
border-color: #CBBDF0;
}
</style>