Shades of Fog #CFBDEA
Tints of Fog #CFBDEA
RGB
CMYK
RGB Variations
Color information
#CFBDEA (or 0xCFBDEA) is known color: Fog. HEX triplet: CF, BD and EA. RGB value is (207,189,234). Sum of RGB (Red+Green+Blue) = 207+189+234=630 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.86% from 630); Green value is 189 (74.22% from 255 or 30% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFBDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFBDEA is #304215. Grayscale: #C7C7C7. Windows color (decimal): -3162646 or 15384015. OLE color: 15384015.
HSL color Cylindrical-coordinate representation of color #CFBDEA: hue angle of 264º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFBDEA is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 189 | 234 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.08 |
| HSL | 264º | 0.52% | 0.83% | - |
| HSV(B) | 264º | 0.19% | 0.92% | - |
| XYZ | 58.78 | 55.6 | 85.48 | - |
| YUV | 199.51 | 147.46 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 234 | 0.12 | 0.19 | 0 | 0.08 | 264 | 0.52 | 0.83 |
| Hex | CF | BD | EA | C | 13 | 0 | 8 | 108 | 34 | 53 |
| Octal | 317 | 275 | 352 | 14 | 23 | 0 | 10 | 410 | 64 | 123 |
| Binary | 11001111 | 10111101 | 11101010 | 1100 | 10011 | 0 | 1000 | 100001000 | 110100 | 1010011 |
Color Harmonies of #CFBDEA
Complementary color
Monochromatic Colors of #CFBDEA
Black with #CFBDEA
Text Example
Text Example
White with #CFBDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBDEA; }
p { color: rgb(207,189,234); }
H1.HeaderClassName
{
color: #CFBDEA;
}
.AnyTagClassName
{
color: #CFBDEA;
}
</style>
background-color css
<style>
a { background-color: #CFBDEA; }
a { background-color: rgb(207,189,234); }
div.DivClassName
{
background-color: #CFBDEA;
}
.BgClassName
{
background-color: #CFBDEA;
}
</style>
border-color css
<style>
span { border-color: #CFBDEA; }
span { border-color: rgb(207,189,234); }
td.TdClassName
{
border-color: #CFBDEA;
}
.TagClassName
{
border-color: #CFBDEA;
}
</style>