Shades of Fog #CFBCE4
Tints of Fog #CFBCE4
RGB
CMYK
RGB Variations
Color information
#CFBCE4 (or 0xCFBCE4) is known color: Fog. HEX triplet: CF, BC and E4. RGB value is (207,188,228). Sum of RGB (Red+Green+Blue) = 207+188+228=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 228 (89.45% from 255 or 36.60% from 623); Max value from RGB is 228 - color contains mainly: blue. Hex color #CFBCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBCE4 is #30431B. Grayscale: #C6C6C6. Windows color (decimal): -3162908 or 14990543. OLE color: 14990543.
HSL color Cylindrical-coordinate representation of color #CFBCE4: hue angle of 268.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFBCE4 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 188 | 228 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.11 |
| HSL | 268.5º | 0.43% | 0.82% | - |
| HSV(B) | 268.5º | 0.18% | 0.89% | - |
| XYZ | 57.72 | 54.83 | 80.94 | - |
| YUV | 198.24 | 144.79 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 228 | 0.09 | 0.18 | 0 | 0.11 | 268.5 | 0.43 | 0.82 |
| Hex | CF | BC | E4 | 9 | 12 | 0 | B | 10C | 2B | 52 |
| Octal | 317 | 274 | 344 | 11 | 22 | 0 | 13 | 414 | 53 | 122 |
| Binary | 11001111 | 10111100 | 11100100 | 1001 | 10010 | 0 | 1011 | 100001100 | 101011 | 1010010 |
Color Harmonies of #CFBCE4
Complementary color
Monochromatic Colors of #CFBCE4
Black with #CFBCE4
Text Example
Text Example
White with #CFBCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBCE4; }
p { color: rgb(207,188,228); }
H1.HeaderClassName
{
color: #CFBCE4;
}
.AnyTagClassName
{
color: #CFBCE4;
}
</style>
background-color css
<style>
a { background-color: #CFBCE4; }
a { background-color: rgb(207,188,228); }
div.DivClassName
{
background-color: #CFBCE4;
}
.BgClassName
{
background-color: #CFBCE4;
}
</style>
border-color css
<style>
span { border-color: #CFBCE4; }
span { border-color: rgb(207,188,228); }
td.TdClassName
{
border-color: #CFBCE4;
}
.TagClassName
{
border-color: #CFBCE4;
}
</style>