Shades of Fog #CBBDEF
Tints of Fog #CBBDEF
RGB
CMYK
RGB Variations
Color information
#CBBDEF (or 0xCBBDEF) is known color: Fog. HEX triplet: CB, BD and EF. RGB value is (203,189,239). Sum of RGB (Red+Green+Blue) = 203+189+239=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 239 (93.75% from 255 or 37.88% from 631); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBBDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBDEF is #344210. Grayscale: #C6C6C6. Windows color (decimal): -3424785 or 15711691. OLE color: 15711691.
HSL color Cylindrical-coordinate representation of color #CBBDEF: hue angle of 256.8º degrees, saturation: 0.61, 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 #CBBDEF is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 189 | 239 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.06 |
| HSL | 256.8º | 0.61% | 0.84% | - |
| HSV(B) | 256.8º | 0.21% | 0.94% | - |
| XYZ | 58.41 | 55.32 | 89.26 | - |
| YUV | 198.89 | 150.64 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 239 | 0.15 | 0.21 | 0 | 0.06 | 256.8 | 0.61 | 0.84 |
| Hex | CB | BD | EF | F | 15 | 0 | 6 | 101 | 3D | 54 |
| Octal | 313 | 275 | 357 | 17 | 25 | 0 | 6 | 401 | 75 | 124 |
| Binary | 11001011 | 10111101 | 11101111 | 1111 | 10101 | 0 | 110 | 100000001 | 111101 | 1010100 |
Color Harmonies of #CBBDEF
Complementary color
Monochromatic Colors of #CBBDEF
Black with #CBBDEF
Text Example
Text Example
White with #CBBDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBDEF; }
p { color: rgb(203,189,239); }
H1.HeaderClassName
{
color: #CBBDEF;
}
.AnyTagClassName
{
color: #CBBDEF;
}
</style>
background-color css
<style>
a { background-color: #CBBDEF; }
a { background-color: rgb(203,189,239); }
div.DivClassName
{
background-color: #CBBDEF;
}
.BgClassName
{
background-color: #CBBDEF;
}
</style>
border-color css
<style>
span { border-color: #CBBDEF; }
span { border-color: rgb(203,189,239); }
td.TdClassName
{
border-color: #CBBDEF;
}
.TagClassName
{
border-color: #CBBDEF;
}
</style>