Shades of Fog #CFCBE0
Tints of Fog #CFCBE0
RGB
CMYK
RGB Variations
Color information
#CFCBE0 (or 0xCFCBE0) is known color: Fog. HEX triplet: CF, CB and E0. RGB value is (207,203,224). Sum of RGB (Red+Green+Blue) = 207+203+224=634 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.65% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 224 (87.89% from 255 or 35.33% from 634); Max value from RGB is 224 - color contains mainly: blue. Hex color #CFCBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCBE0 is #30341F. Grayscale: #CECECE. Windows color (decimal): -3159072 or 14732239. OLE color: 14732239.
HSL color Cylindrical-coordinate representation of color #CFCBE0: hue angle of 251.43º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFCBE0 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 203 | 224 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.12 |
| HSL | 251.43º | 0.25% | 0.84% | - |
| HSV(B) | 251.43º | 0.09% | 0.88% | - |
| XYZ | 60.54 | 61.36 | 79.17 | - |
| YUV | 206.59 | 137.83 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 224 | 0.08 | 0.09 | 0 | 0.12 | 251.43 | 0.25 | 0.84 |
| Hex | CF | CB | E0 | 8 | 9 | 0 | C | FB | 19 | 54 |
| Octal | 317 | 313 | 340 | 10 | 11 | 0 | 14 | 373 | 31 | 124 |
| Binary | 11001111 | 11001011 | 11100000 | 1000 | 1001 | 0 | 1100 | 11111011 | 11001 | 1010100 |
Color Harmonies of #CFCBE0
Complementary color
Monochromatic Colors of #CFCBE0
Black with #CFCBE0
Text Example
Text Example
White with #CFCBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCBE0; }
p { color: rgb(207,203,224); }
H1.HeaderClassName
{
color: #CFCBE0;
}
.AnyTagClassName
{
color: #CFCBE0;
}
</style>
background-color css
<style>
a { background-color: #CFCBE0; }
a { background-color: rgb(207,203,224); }
div.DivClassName
{
background-color: #CFCBE0;
}
.BgClassName
{
background-color: #CFCBE0;
}
</style>
border-color css
<style>
span { border-color: #CFCBE0; }
span { border-color: rgb(207,203,224); }
td.TdClassName
{
border-color: #CFCBE0;
}
.TagClassName
{
border-color: #CFCBE0;
}
</style>