Shades of Fog #CBBEEF
Tints of Fog #CBBEEF
RGB
CMYK
RGB Variations
Color information
#CBBEEF (or 0xCBBEEF) is known color: Fog. HEX triplet: CB, BE and EF. RGB value is (203,190,239). Sum of RGB (Red+Green+Blue) = 203+190+239=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 239 (93.75% from 255 or 37.82% from 632); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBBEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBEEF is #344110. Grayscale: #C7C7C7. Windows color (decimal): -3424529 or 15711947. OLE color: 15711947.
HSL color Cylindrical-coordinate representation of color #CBBEEF: hue angle of 255.92º degrees, saturation: 0.6, 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 #CBBEEF is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 190 | 239 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.06 |
| HSL | 255.92º | 0.6% | 0.84% | - |
| HSV(B) | 255.92º | 0.21% | 0.94% | - |
| XYZ | 58.62 | 55.76 | 89.33 | - |
| YUV | 199.47 | 150.31 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 190 | 239 | 0.15 | 0.21 | 0 | 0.06 | 255.92 | 0.6 | 0.84 |
| Hex | CB | BE | EF | F | 15 | 0 | 6 | 100 | 3C | 54 |
| Octal | 313 | 276 | 357 | 17 | 25 | 0 | 6 | 400 | 74 | 124 |
| Binary | 11001011 | 10111110 | 11101111 | 1111 | 10101 | 0 | 110 | 100000000 | 111100 | 1010100 |
Color Harmonies of #CBBEEF
Complementary color
Monochromatic Colors of #CBBEEF
Black with #CBBEEF
Text Example
Text Example
White with #CBBEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBEEF; }
p { color: rgb(203,190,239); }
H1.HeaderClassName
{
color: #CBBEEF;
}
.AnyTagClassName
{
color: #CBBEEF;
}
</style>
background-color css
<style>
a { background-color: #CBBEEF; }
a { background-color: rgb(203,190,239); }
div.DivClassName
{
background-color: #CBBEEF;
}
.BgClassName
{
background-color: #CBBEEF;
}
</style>
border-color css
<style>
span { border-color: #CBBEEF; }
span { border-color: rgb(203,190,239); }
td.TdClassName
{
border-color: #CBBEEF;
}
.TagClassName
{
border-color: #CBBEEF;
}
</style>