Shades of Fog #CBBDF5
Tints of Fog #CBBDF5
RGB
CMYK
RGB Variations
Color information
#CBBDF5 (or 0xCBBDF5) is known color: Fog. HEX triplet: CB, BD and F5. RGB value is (203,189,245). Sum of RGB (Red+Green+Blue) = 203+189+245=637 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.87% from 637); Green value is 189 (74.22% from 255 or 29.67% from 637); Blue value is 245 (96.09% from 255 or 38.46% from 637); Max value from RGB is 245 - color contains mainly: blue. Hex color #CBBDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBDF5 is #34420A. Grayscale: #C7C7C7. Windows color (decimal): -3424779 or 16104907. OLE color: 16104907.
HSL color Cylindrical-coordinate representation of color #CBBDF5: hue angle of 255º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBBDF5 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 189 | 245 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.04 |
| HSL | 255º | 0.74% | 0.85% | - |
| HSV(B) | 255º | 0.23% | 0.96% | - |
| XYZ | 59.31 | 55.68 | 94.01 | - |
| YUV | 199.57 | 153.64 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 245 | 0.17 | 0.23 | 0 | 0.04 | 255 | 0.74 | 0.85 |
| Hex | CB | BD | F5 | 11 | 17 | 0 | 4 | FF | 4A | 55 |
| Octal | 313 | 275 | 365 | 21 | 27 | 0 | 4 | 377 | 112 | 125 |
| Binary | 11001011 | 10111101 | 11110101 | 10001 | 10111 | 0 | 100 | 11111111 | 1001010 | 1010101 |
Color Harmonies of #CBBDF5
Complementary color
Monochromatic Colors of #CBBDF5
Black with #CBBDF5
Text Example
Text Example
White with #CBBDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBDF5; }
p { color: rgb(203,189,245); }
H1.HeaderClassName
{
color: #CBBDF5;
}
.AnyTagClassName
{
color: #CBBDF5;
}
</style>
background-color css
<style>
a { background-color: #CBBDF5; }
a { background-color: rgb(203,189,245); }
div.DivClassName
{
background-color: #CBBDF5;
}
.BgClassName
{
background-color: #CBBDF5;
}
</style>
border-color css
<style>
span { border-color: #CBBDF5; }
span { border-color: rgb(203,189,245); }
td.TdClassName
{
border-color: #CBBDF5;
}
.TagClassName
{
border-color: #CBBDF5;
}
</style>