Shades of Fog #CFBEFC
Tints of Fog #CFBEFC
RGB
CMYK
RGB Variations
Color information
#CFBEFC (or 0xCFBEFC) is known color: Fog. HEX triplet: CF, BE and FC. RGB value is (207,190,252). Sum of RGB (Red+Green+Blue) = 207+190+252=649 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.90% from 649); Green value is 190 (74.61% from 255 or 29.28% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFBEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFBEFC is #304103. Grayscale: #C9C9C9. Windows color (decimal): -3162372 or 16563919. OLE color: 16563919.
HSL color Cylindrical-coordinate representation of color #CFBEFC: hue angle of 256.45º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFBEFC is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 190 | 252 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.01 |
| HSL | 256.45º | 0.91% | 0.87% | - |
| HSV(B) | 256.45º | 0.25% | 0.99% | - |
| XYZ | 61.72 | 57.12 | 99.87 | - |
| YUV | 202.15 | 156.13 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 252 | 0.18 | 0.25 | 0 | 0.01 | 256.45 | 0.91 | 0.87 |
| Hex | CF | BE | FC | 12 | 19 | 0 | 1 | 100 | 5B | 57 |
| Octal | 317 | 276 | 374 | 22 | 31 | 0 | 1 | 400 | 133 | 127 |
| Binary | 11001111 | 10111110 | 11111100 | 10010 | 11001 | 0 | 1 | 100000000 | 1011011 | 1010111 |
Color Harmonies of #CFBEFC
Complementary color
Monochromatic Colors of #CFBEFC
Black with #CFBEFC
Text Example
Text Example
White with #CFBEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBEFC; }
p { color: rgb(207,190,252); }
H1.HeaderClassName
{
color: #CFBEFC;
}
.AnyTagClassName
{
color: #CFBEFC;
}
</style>
background-color css
<style>
a { background-color: #CFBEFC; }
a { background-color: rgb(207,190,252); }
div.DivClassName
{
background-color: #CFBEFC;
}
.BgClassName
{
background-color: #CFBEFC;
}
</style>
border-color css
<style>
span { border-color: #CFBEFC; }
span { border-color: rgb(207,190,252); }
td.TdClassName
{
border-color: #CFBEFC;
}
.TagClassName
{
border-color: #CFBEFC;
}
</style>