Shades of Fog #CFBEED
Tints of Fog #CFBEED
RGB
CMYK
RGB Variations
Color information
#CFBEED (or 0xCFBEED) is known color: Fog. HEX triplet: CF, BE and ED. RGB value is (207,190,237). Sum of RGB (Red+Green+Blue) = 207+190+237=634 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.65% from 634); Green value is 190 (74.61% from 255 or 29.97% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFBEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFBEED is #304112. Grayscale: #C8C8C8. Windows color (decimal): -3162387 or 15580879. OLE color: 15580879.
HSL color Cylindrical-coordinate representation of color #CFBEED: hue angle of 261.7º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFBEED is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 190 | 237 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.07 |
| HSL | 261.7º | 0.57% | 0.84% | - |
| HSV(B) | 261.7º | 0.2% | 0.93% | - |
| XYZ | 59.43 | 56.21 | 87.84 | - |
| YUV | 200.44 | 148.63 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 237 | 0.13 | 0.20 | 0 | 0.07 | 261.7 | 0.57 | 0.84 |
| Hex | CF | BE | ED | D | 14 | 0 | 7 | 106 | 39 | 54 |
| Octal | 317 | 276 | 355 | 15 | 24 | 0 | 7 | 406 | 71 | 124 |
| Binary | 11001111 | 10111110 | 11101101 | 1101 | 10100 | 0 | 111 | 100000110 | 111001 | 1010100 |
Color Harmonies of #CFBEED
Complementary color
Monochromatic Colors of #CFBEED
Black with #CFBEED
Text Example
Text Example
White with #CFBEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBEED; }
p { color: rgb(207,190,237); }
H1.HeaderClassName
{
color: #CFBEED;
}
.AnyTagClassName
{
color: #CFBEED;
}
</style>
background-color css
<style>
a { background-color: #CFBEED; }
a { background-color: rgb(207,190,237); }
div.DivClassName
{
background-color: #CFBEED;
}
.BgClassName
{
background-color: #CFBEED;
}
</style>
border-color css
<style>
span { border-color: #CFBEED; }
span { border-color: rgb(207,190,237); }
td.TdClassName
{
border-color: #CFBEED;
}
.TagClassName
{
border-color: #CFBEED;
}
</style>