Shades of Fog #CFBDE9
Tints of Fog #CFBDE9
RGB
CMYK
RGB Variations
Color information
#CFBDE9 (or 0xCFBDE9) is known color: Fog. HEX triplet: CF, BD and E9. RGB value is (207,189,233). Sum of RGB (Red+Green+Blue) = 207+189+233=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 233 (91.41% from 255 or 37.04% from 629); Max value from RGB is 233 - color contains mainly: blue. Hex color #CFBDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFBDE9 is #304216. Grayscale: #C7C7C7. Windows color (decimal): -3162647 or 15318479. OLE color: 15318479.
HSL color Cylindrical-coordinate representation of color #CFBDE9: hue angle of 264.55º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFBDE9 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 189 | 233 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.09 |
| HSL | 264.55º | 0.5% | 0.83% | - |
| HSV(B) | 264.55º | 0.19% | 0.91% | - |
| XYZ | 58.64 | 55.54 | 84.72 | - |
| YUV | 199.4 | 146.96 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 233 | 0.11 | 0.19 | 0 | 0.09 | 264.55 | 0.5 | 0.83 |
| Hex | CF | BD | E9 | B | 13 | 0 | 9 | 109 | 32 | 53 |
| Octal | 317 | 275 | 351 | 13 | 23 | 0 | 11 | 411 | 62 | 123 |
| Binary | 11001111 | 10111101 | 11101001 | 1011 | 10011 | 0 | 1001 | 100001001 | 110010 | 1010011 |
Color Harmonies of #CFBDE9
Complementary color
Monochromatic Colors of #CFBDE9
Black with #CFBDE9
Text Example
Text Example
White with #CFBDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBDE9; }
p { color: rgb(207,189,233); }
H1.HeaderClassName
{
color: #CFBDE9;
}
.AnyTagClassName
{
color: #CFBDE9;
}
</style>
background-color css
<style>
a { background-color: #CFBDE9; }
a { background-color: rgb(207,189,233); }
div.DivClassName
{
background-color: #CFBDE9;
}
.BgClassName
{
background-color: #CFBDE9;
}
</style>
border-color css
<style>
span { border-color: #CFBDE9; }
span { border-color: rgb(207,189,233); }
td.TdClassName
{
border-color: #CFBDE9;
}
.TagClassName
{
border-color: #CFBDE9;
}
</style>