Shades of Fog #CFCBDB
Tints of Fog #CFCBDB
RGB
CMYK
RGB Variations
Color information
#CFCBDB (or 0xCFCBDB) is known color: Fog. HEX triplet: CF, CB and DB. RGB value is (207,203,219). Sum of RGB (Red+Green+Blue) = 207+203+219=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFCBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCBDB is #303424. Grayscale: #CDCDCD. Windows color (decimal): -3159077 or 14404559. OLE color: 14404559.
HSL color Cylindrical-coordinate representation of color #CFCBDB: hue angle of 255º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFCBDB is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 207 | 203 | 219 | - |
CMYK | 0.05 | 0.07 | 0 | 0.14 |
HSL | 255º | 0.18% | 0.83% | - |
HSV(B) | 255º | 0.07% | 0.86% | - |
XYZ | 59.87 | 61.09 | 75.65 | - |
YUV | 206.02 | 135.33 | 128.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 203 | 219 | 0.05 | 0.07 | 0 | 0.14 | 255 | 0.18 | 0.83 |
Hex | CF | CB | DB | 5 | 7 | 0 | E | FF | 12 | 53 |
Octal | 317 | 313 | 333 | 5 | 7 | 0 | 16 | 377 | 22 | 123 |
Binary | 11001111 | 11001011 | 11011011 | 101 | 111 | 0 | 1110 | 11111111 | 10010 | 1010011 |
Color Harmonies of #CFCBDB
Complementary color
Monochromatic Colors of #CFCBDB
Black with #CFCBDB
Text Example
Text Example
White with #CFCBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCBDB; }
p { color: rgb(207,203,219); }
H1.HeaderClassName
{
color: #CFCBDB;
}
.AnyTagClassName
{
color: #CFCBDB;
}
</style>
background-color css
<style>
a { background-color: #CFCBDB; }
a { background-color: rgb(207,203,219); }
div.DivClassName
{
background-color: #CFCBDB;
}
.BgClassName
{
background-color: #CFCBDB;
}
</style>
border-color css
<style>
span { border-color: #CFCBDB; }
span { border-color: rgb(207,203,219); }
td.TdClassName
{
border-color: #CFCBDB;
}
.TagClassName
{
border-color: #CFCBDB;
}
</style>