Shades of Fog #CFBDE8
Tints of Fog #CFBDE8
RGB
CMYK
RGB Variations
Color information
#CFBDE8 (or 0xCFBDE8) is known color: Fog. HEX triplet: CF, BD and E8. RGB value is (207,189,232). Sum of RGB (Red+Green+Blue) = 207+189+232=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 232 (91.02% from 255 or 36.94% from 628); Max value from RGB is 232 - color contains mainly: blue. Hex color #CFBDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFBDE8 is #304217. Grayscale: #C7C7C7. Windows color (decimal): -3162648 or 15252943. OLE color: 15252943.
HSL color Cylindrical-coordinate representation of color #CFBDE8: hue angle of 265.12º degrees, saturation: 0.48, 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 #CFBDE8 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 189 | 232 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.09 |
| HSL | 265.12º | 0.48% | 0.83% | - |
| HSV(B) | 265.12º | 0.19% | 0.91% | - |
| XYZ | 58.5 | 55.49 | 83.97 | - |
| YUV | 199.28 | 146.46 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 232 | 0.11 | 0.19 | 0 | 0.09 | 265.12 | 0.48 | 0.83 |
| Hex | CF | BD | E8 | B | 13 | 0 | 9 | 109 | 30 | 53 |
| Octal | 317 | 275 | 350 | 13 | 23 | 0 | 11 | 411 | 60 | 123 |
| Binary | 11001111 | 10111101 | 11101000 | 1011 | 10011 | 0 | 1001 | 100001001 | 110000 | 1010011 |
Color Harmonies of #CFBDE8
Complementary color
Monochromatic Colors of #CFBDE8
Black with #CFBDE8
Text Example
Text Example
White with #CFBDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBDE8; }
p { color: rgb(207,189,232); }
H1.HeaderClassName
{
color: #CFBDE8;
}
.AnyTagClassName
{
color: #CFBDE8;
}
</style>
background-color css
<style>
a { background-color: #CFBDE8; }
a { background-color: rgb(207,189,232); }
div.DivClassName
{
background-color: #CFBDE8;
}
.BgClassName
{
background-color: #CFBDE8;
}
</style>
border-color css
<style>
span { border-color: #CFBDE8; }
span { border-color: rgb(207,189,232); }
td.TdClassName
{
border-color: #CFBDE8;
}
.TagClassName
{
border-color: #CFBDE8;
}
</style>