Shades of Fog #CFBEE6
Tints of Fog #CFBEE6
RGB
CMYK
RGB Variations
Color information
#CFBEE6 (or 0xCFBEE6) is known color: Fog. HEX triplet: CF, BE and E6. RGB value is (207,190,230). Sum of RGB (Red+Green+Blue) = 207+190+230=627 (83% of max value = 765). Red value is 207 (81.25% from 255 or 33.01% from 627); Green value is 190 (74.61% from 255 or 30.30% from 627); Blue value is 230 (90.23% from 255 or 36.68% from 627); Max value from RGB is 230 - color contains mainly: blue. Hex color #CFBEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFBEE6 is #304119. Grayscale: #C7C7C7. Windows color (decimal): -3162394 or 15122127. OLE color: 15122127.
HSL color Cylindrical-coordinate representation of color #CFBEE6: hue angle of 265.5º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFBEE6 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 190 | 230 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.10 |
| HSL | 265.5º | 0.44% | 0.82% | - |
| HSV(B) | 265.5º | 0.17% | 0.9% | - |
| XYZ | 58.43 | 55.81 | 82.55 | - |
| YUV | 199.64 | 145.13 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 230 | 0.10 | 0.17 | 0 | 0.10 | 265.5 | 0.44 | 0.82 |
| Hex | CF | BE | E6 | A | 11 | 0 | A | 10A | 2C | 52 |
| Octal | 317 | 276 | 346 | 12 | 21 | 0 | 12 | 412 | 54 | 122 |
| Binary | 11001111 | 10111110 | 11100110 | 1010 | 10001 | 0 | 1010 | 100001010 | 101100 | 1010010 |
Color Harmonies of #CFBEE6
Complementary color
Monochromatic Colors of #CFBEE6
Black with #CFBEE6
Text Example
Text Example
White with #CFBEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBEE6; }
p { color: rgb(207,190,230); }
H1.HeaderClassName
{
color: #CFBEE6;
}
.AnyTagClassName
{
color: #CFBEE6;
}
</style>
background-color css
<style>
a { background-color: #CFBEE6; }
a { background-color: rgb(207,190,230); }
div.DivClassName
{
background-color: #CFBEE6;
}
.BgClassName
{
background-color: #CFBEE6;
}
</style>
border-color css
<style>
span { border-color: #CFBEE6; }
span { border-color: rgb(207,190,230); }
td.TdClassName
{
border-color: #CFBEE6;
}
.TagClassName
{
border-color: #CFBEE6;
}
</style>