Shades of Fog #CFC9DB
Tints of Fog #CFC9DB
RGB
CMYK
RGB Variations
Color information
#CFC9DB (or 0xCFC9DB) is known color: Fog. HEX triplet: CF, C9 and DB. RGB value is (207,201,219). Sum of RGB (Red+Green+Blue) = 207+201+219=627 (83% of max value = 765). Red value is 207 (81.25% from 255 or 33.01% from 627); Green value is 201 (78.91% from 255 or 32.06% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFC9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC9DB is #303624. Grayscale: #CCCCCC. Windows color (decimal): -3159589 or 14404047. OLE color: 14404047.
HSL color Cylindrical-coordinate representation of color #CFC9DB: hue angle of 260º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFC9DB is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 207 | 201 | 219 | - |
CMYK | 0.05 | 0.08 | 0 | 0.14 |
HSL | 260º | 0.2% | 0.82% | - |
HSV(B) | 260º | 0.08% | 0.86% | - |
XYZ | 59.4 | 60.15 | 75.5 | - |
YUV | 204.85 | 135.99 | 129.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 201 | 219 | 0.05 | 0.08 | 0 | 0.14 | 260 | 0.2 | 0.82 |
Hex | CF | C9 | DB | 5 | 8 | 0 | E | 104 | 14 | 52 |
Octal | 317 | 311 | 333 | 5 | 10 | 0 | 16 | 404 | 24 | 122 |
Binary | 11001111 | 11001001 | 11011011 | 101 | 1000 | 0 | 1110 | 100000100 | 10100 | 1010010 |
Color Harmonies of #CFC9DB
Complementary color
Monochromatic Colors of #CFC9DB
Black with #CFC9DB
Text Example
Text Example
White with #CFC9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC9DB; }
p { color: rgb(207,201,219); }
H1.HeaderClassName
{
color: #CFC9DB;
}
.AnyTagClassName
{
color: #CFC9DB;
}
</style>
background-color css
<style>
a { background-color: #CFC9DB; }
a { background-color: rgb(207,201,219); }
div.DivClassName
{
background-color: #CFC9DB;
}
.BgClassName
{
background-color: #CFC9DB;
}
</style>
border-color css
<style>
span { border-color: #CFC9DB; }
span { border-color: rgb(207,201,219); }
td.TdClassName
{
border-color: #CFC9DB;
}
.TagClassName
{
border-color: #CFC9DB;
}
</style>