Shades of Fog #CFB9ED
Tints of Fog #CFB9ED
RGB
CMYK
RGB Variations
Color information
#CFB9ED (or 0xCFB9ED) is known color: Fog. HEX triplet: CF, B9 and ED. RGB value is (207,185,237). Sum of RGB (Red+Green+Blue) = 207+185+237=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 185 (72.66% from 255 or 29.41% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFB9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB9ED is #304612. Grayscale: #C5C5C5. Windows color (decimal): -3163667 or 15579599. OLE color: 15579599.
HSL color Cylindrical-coordinate representation of color #CFB9ED: hue angle of 265.38º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFB9ED is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 185 | 237 | - |
| CMYK | 0.13 | 0.22 | 0 | 0.07 |
| HSL | 265.38º | 0.59% | 0.83% | - |
| HSV(B) | 265.38º | 0.22% | 0.93% | - |
| XYZ | 58.37 | 54.08 | 87.48 | - |
| YUV | 197.51 | 150.29 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 237 | 0.13 | 0.22 | 0 | 0.07 | 265.38 | 0.59 | 0.83 |
| Hex | CF | B9 | ED | D | 16 | 0 | 7 | 109 | 3B | 53 |
| Octal | 317 | 271 | 355 | 15 | 26 | 0 | 7 | 411 | 73 | 123 |
| Binary | 11001111 | 10111001 | 11101101 | 1101 | 10110 | 0 | 111 | 100001001 | 111011 | 1010011 |
Color Harmonies of #CFB9ED
Complementary color
Monochromatic Colors of #CFB9ED
Black with #CFB9ED
Text Example
Text Example
White with #CFB9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB9ED; }
p { color: rgb(207,185,237); }
H1.HeaderClassName
{
color: #CFB9ED;
}
.AnyTagClassName
{
color: #CFB9ED;
}
</style>
background-color css
<style>
a { background-color: #CFB9ED; }
a { background-color: rgb(207,185,237); }
div.DivClassName
{
background-color: #CFB9ED;
}
.BgClassName
{
background-color: #CFB9ED;
}
</style>
border-color css
<style>
span { border-color: #CFB9ED; }
span { border-color: rgb(207,185,237); }
td.TdClassName
{
border-color: #CFB9ED;
}
.TagClassName
{
border-color: #CFB9ED;
}
</style>