Shades of Fog #CFCADD
Tints of Fog #CFCADD
RGB
CMYK
RGB Variations
Color information
#CFCADD (or 0xCFCADD) is known color: Fog. HEX triplet: CF, CA and DD. RGB value is (207,202,221). Sum of RGB (Red+Green+Blue) = 207+202+221=630 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.86% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFCADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCADD is #303522. Grayscale: #CDCDCD. Windows color (decimal): -3159331 or 14535375. OLE color: 14535375.
HSL color Cylindrical-coordinate representation of color #CFCADD: hue angle of 255.79º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFCADD is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 207 | 202 | 221 | - |
CMYK | 0.06 | 0.09 | 0 | 0.13 |
HSL | 255.79º | 0.22% | 0.83% | - |
HSV(B) | 255.79º | 0.09% | 0.87% | - |
XYZ | 59.9 | 60.73 | 76.97 | - |
YUV | 205.66 | 136.66 | 128.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 202 | 221 | 0.06 | 0.09 | 0 | 0.13 | 255.79 | 0.22 | 0.83 |
Hex | CF | CA | DD | 6 | 9 | 0 | D | 100 | 16 | 53 |
Octal | 317 | 312 | 335 | 6 | 11 | 0 | 15 | 400 | 26 | 123 |
Binary | 11001111 | 11001010 | 11011101 | 110 | 1001 | 0 | 1101 | 100000000 | 10110 | 1010011 |
Color Harmonies of #CFCADD
Complementary color
Monochromatic Colors of #CFCADD
Black with #CFCADD
Text Example
Text Example
White with #CFCADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCADD; }
p { color: rgb(207,202,221); }
H1.HeaderClassName
{
color: #CFCADD;
}
.AnyTagClassName
{
color: #CFCADD;
}
</style>
background-color css
<style>
a { background-color: #CFCADD; }
a { background-color: rgb(207,202,221); }
div.DivClassName
{
background-color: #CFCADD;
}
.BgClassName
{
background-color: #CFCADD;
}
</style>
border-color css
<style>
span { border-color: #CFCADD; }
span { border-color: rgb(207,202,221); }
td.TdClassName
{
border-color: #CFCADD;
}
.TagClassName
{
border-color: #CFCADD;
}
</style>