Shades of Fog #CFBEDF
Tints of Fog #CFBEDF
RGB
CMYK
RGB Variations
Color information
#CFBEDF (or 0xCFBEDF) is known color: Fog. HEX triplet: CF, BE and DF. RGB value is (207,190,223). Sum of RGB (Red+Green+Blue) = 207+190+223=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 190 (74.61% from 255 or 30.65% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 223 - color contains mainly: blue. Hex color #CFBEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBEDF is #304120. Grayscale: #C6C6C6. Windows color (decimal): -3162401 or 14663375. OLE color: 14663375.
HSL color Cylindrical-coordinate representation of color #CFBEDF: hue angle of 270.91º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFBEDF is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 190 | 223 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.13 |
| HSL | 270.91º | 0.34% | 0.81% | - |
| HSV(B) | 270.91º | 0.15% | 0.87% | - |
| XYZ | 57.46 | 55.42 | 77.48 | - |
| YUV | 198.85 | 141.63 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 223 | 0.07 | 0.15 | 0 | 0.13 | 270.91 | 0.34 | 0.81 |
| Hex | CF | BE | DF | 7 | F | 0 | D | 10F | 22 | 51 |
| Octal | 317 | 276 | 337 | 7 | 17 | 0 | 15 | 417 | 42 | 121 |
| Binary | 11001111 | 10111110 | 11011111 | 111 | 1111 | 0 | 1101 | 100001111 | 100010 | 1010001 |
Color Harmonies of #CFBEDF
Complementary color
Monochromatic Colors of #CFBEDF
Black with #CFBEDF
Text Example
Text Example
White with #CFBEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBEDF; }
p { color: rgb(207,190,223); }
H1.HeaderClassName
{
color: #CFBEDF;
}
.AnyTagClassName
{
color: #CFBEDF;
}
</style>
background-color css
<style>
a { background-color: #CFBEDF; }
a { background-color: rgb(207,190,223); }
div.DivClassName
{
background-color: #CFBEDF;
}
.BgClassName
{
background-color: #CFBEDF;
}
</style>
border-color css
<style>
span { border-color: #CFBEDF; }
span { border-color: rgb(207,190,223); }
td.TdClassName
{
border-color: #CFBEDF;
}
.TagClassName
{
border-color: #CFBEDF;
}
</style>