Shades of Fog #CCBFDF
Tints of Fog #CCBFDF
RGB
CMYK
RGB Variations
Color information
#CCBFDF (or 0xCCBFDF) is known color: Fog. HEX triplet: CC, BF and DF. RGB value is (204,191,223). Sum of RGB (Red+Green+Blue) = 204+191+223=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCBFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBFDF is #334020. Grayscale: #C6C6C6. Windows color (decimal): -3358753 or 14663628. OLE color: 14663628.
HSL color Cylindrical-coordinate representation of color #CCBFDF: hue angle of 264.38º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCBFDF is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 191 | 223 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.13 |
| HSL | 264.38º | 0.33% | 0.81% | - |
| HSV(B) | 264.38º | 0.14% | 0.87% | - |
| XYZ | 56.85 | 55.43 | 77.51 | - |
| YUV | 198.54 | 141.81 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 191 | 223 | 0.09 | 0.14 | 0 | 0.13 | 264.38 | 0.33 | 0.81 |
| Hex | CC | BF | DF | 9 | E | 0 | D | 108 | 21 | 51 |
| Octal | 314 | 277 | 337 | 11 | 16 | 0 | 15 | 410 | 41 | 121 |
| Binary | 11001100 | 10111111 | 11011111 | 1001 | 1110 | 0 | 1101 | 100001000 | 100001 | 1010001 |
Color Harmonies of #CCBFDF
Complementary color
Monochromatic Colors of #CCBFDF
Black with #CCBFDF
Text Example
Text Example
White with #CCBFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBFDF; }
p { color: rgb(204,191,223); }
H1.HeaderClassName
{
color: #CCBFDF;
}
.AnyTagClassName
{
color: #CCBFDF;
}
</style>
background-color css
<style>
a { background-color: #CCBFDF; }
a { background-color: rgb(204,191,223); }
div.DivClassName
{
background-color: #CCBFDF;
}
.BgClassName
{
background-color: #CCBFDF;
}
</style>
border-color css
<style>
span { border-color: #CCBFDF; }
span { border-color: rgb(204,191,223); }
td.TdClassName
{
border-color: #CCBFDF;
}
.TagClassName
{
border-color: #CCBFDF;
}
</style>