Shades of Fog #CFC1DB
Tints of Fog #CFC1DB
RGB
CMYK
RGB Variations
Color information
#CFC1DB (or 0xCFC1DB) is known color: Fog. HEX triplet: CF, C1 and DB. RGB value is (207,193,219). Sum of RGB (Red+Green+Blue) = 207+193+219=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 193 (75.78% from 255 or 31.18% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFC1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC1DB is #303E24. Grayscale: #C8C8C8. Windows color (decimal): -3161637 or 14401999. OLE color: 14401999.
HSL color Cylindrical-coordinate representation of color #CFC1DB: hue angle of 272.31º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFC1DB is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 207 | 193 | 219 | - |
CMYK | 0.05 | 0.12 | 0 | 0.14 |
HSL | 272.31º | 0.27% | 0.81% | - |
HSV(B) | 272.31º | 0.12% | 0.86% | - |
XYZ | 57.59 | 56.52 | 74.89 | - |
YUV | 200.15 | 138.64 | 132.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 193 | 219 | 0.05 | 0.12 | 0 | 0.14 | 272.31 | 0.27 | 0.81 |
Hex | CF | C1 | DB | 5 | C | 0 | E | 110 | 1B | 51 |
Octal | 317 | 301 | 333 | 5 | 14 | 0 | 16 | 420 | 33 | 121 |
Binary | 11001111 | 11000001 | 11011011 | 101 | 1100 | 0 | 1110 | 100010000 | 11011 | 1010001 |
Color Harmonies of #CFC1DB
Complementary color
Monochromatic Colors of #CFC1DB
Black with #CFC1DB
Text Example
Text Example
White with #CFC1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC1DB; }
p { color: rgb(207,193,219); }
H1.HeaderClassName
{
color: #CFC1DB;
}
.AnyTagClassName
{
color: #CFC1DB;
}
</style>
background-color css
<style>
a { background-color: #CFC1DB; }
a { background-color: rgb(207,193,219); }
div.DivClassName
{
background-color: #CFC1DB;
}
.BgClassName
{
background-color: #CFC1DB;
}
</style>
border-color css
<style>
span { border-color: #CFC1DB; }
span { border-color: rgb(207,193,219); }
td.TdClassName
{
border-color: #CFC1DB;
}
.TagClassName
{
border-color: #CFC1DB;
}
</style>