Shades of Fog #CFB9EB
Tints of Fog #CFB9EB
RGB
CMYK
RGB Variations
Color information
#CFB9EB (or 0xCFB9EB) is known color: Fog. HEX triplet: CF, B9 and EB. RGB value is (207,185,235). Sum of RGB (Red+Green+Blue) = 207+185+235=627 (83% of max value = 765). Red value is 207 (81.25% from 255 or 33.01% from 627); Green value is 185 (72.66% from 255 or 29.51% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #CFB9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB9EB is #304614. Grayscale: #C5C5C5. Windows color (decimal): -3163669 or 15448527. OLE color: 15448527.
HSL color Cylindrical-coordinate representation of color #CFB9EB: hue angle of 266.4º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFB9EB is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 185 | 235 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.08 |
| HSL | 266.4º | 0.56% | 0.82% | - |
| HSV(B) | 266.4º | 0.21% | 0.92% | - |
| XYZ | 58.08 | 53.96 | 85.95 | - |
| YUV | 197.28 | 149.29 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 235 | 0.12 | 0.21 | 0 | 0.08 | 266.4 | 0.56 | 0.82 |
| Hex | CF | B9 | EB | C | 15 | 0 | 8 | 10A | 38 | 52 |
| Octal | 317 | 271 | 353 | 14 | 25 | 0 | 10 | 412 | 70 | 122 |
| Binary | 11001111 | 10111001 | 11101011 | 1100 | 10101 | 0 | 1000 | 100001010 | 111000 | 1010010 |
Color Harmonies of #CFB9EB
Complementary color
Monochromatic Colors of #CFB9EB
Black with #CFB9EB
Text Example
Text Example
White with #CFB9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB9EB; }
p { color: rgb(207,185,235); }
H1.HeaderClassName
{
color: #CFB9EB;
}
.AnyTagClassName
{
color: #CFB9EB;
}
</style>
background-color css
<style>
a { background-color: #CFB9EB; }
a { background-color: rgb(207,185,235); }
div.DivClassName
{
background-color: #CFB9EB;
}
.BgClassName
{
background-color: #CFB9EB;
}
</style>
border-color css
<style>
span { border-color: #CFB9EB; }
span { border-color: rgb(207,185,235); }
td.TdClassName
{
border-color: #CFB9EB;
}
.TagClassName
{
border-color: #CFB9EB;
}
</style>