Shades of Fog #CFBEDE
Tints of Fog #CFBEDE
RGB
CMYK
RGB Variations
Color information
#CFBEDE (or 0xCFBEDE) is known color: Fog. HEX triplet: CF, BE and DE. RGB value is (207,190,222). Sum of RGB (Red+Green+Blue) = 207+190+222=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 190 (74.61% from 255 or 30.69% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 222 - color contains mainly: blue. Hex color #CFBEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBEDE is #304121. Grayscale: #C6C6C6. Windows color (decimal): -3162402 or 14597839. OLE color: 14597839.
HSL color Cylindrical-coordinate representation of color #CFBEDE: hue angle of 271.88º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFBEDE is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 190 | 222 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.13 |
| HSL | 271.88º | 0.33% | 0.81% | - |
| HSV(B) | 271.88º | 0.14% | 0.87% | - |
| XYZ | 57.33 | 55.37 | 76.77 | - |
| YUV | 198.73 | 141.13 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 222 | 0.07 | 0.14 | 0 | 0.13 | 271.88 | 0.33 | 0.81 |
| Hex | CF | BE | DE | 7 | E | 0 | D | 110 | 21 | 51 |
| Octal | 317 | 276 | 336 | 7 | 16 | 0 | 15 | 420 | 41 | 121 |
| Binary | 11001111 | 10111110 | 11011110 | 111 | 1110 | 0 | 1101 | 100010000 | 100001 | 1010001 |
Color Harmonies of #CFBEDE
Complementary color
Monochromatic Colors of #CFBEDE
Black with #CFBEDE
Text Example
Text Example
White with #CFBEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBEDE; }
p { color: rgb(207,190,222); }
H1.HeaderClassName
{
color: #CFBEDE;
}
.AnyTagClassName
{
color: #CFBEDE;
}
</style>
background-color css
<style>
a { background-color: #CFBEDE; }
a { background-color: rgb(207,190,222); }
div.DivClassName
{
background-color: #CFBEDE;
}
.BgClassName
{
background-color: #CFBEDE;
}
</style>
border-color css
<style>
span { border-color: #CFBEDE; }
span { border-color: rgb(207,190,222); }
td.TdClassName
{
border-color: #CFBEDE;
}
.TagClassName
{
border-color: #CFBEDE;
}
</style>