Shades of Fog #CCBDDF
Tints of Fog #CCBDDF
RGB
CMYK
RGB Variations
Color information
#CCBDDF (or 0xCCBDDF) is known color: Fog. HEX triplet: CC, BD and DF. RGB value is (204,189,223). Sum of RGB (Red+Green+Blue) = 204+189+223=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCBDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDDF is #334220. Grayscale: #C5C5C5. Windows color (decimal): -3359265 or 14663116. OLE color: 14663116.
HSL color Cylindrical-coordinate representation of color #CCBDDF: hue angle of 266.47º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCBDDF is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 189 | 223 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.13 |
| HSL | 266.47º | 0.35% | 0.81% | - |
| HSV(B) | 266.47º | 0.15% | 0.87% | - |
| XYZ | 56.42 | 54.56 | 77.37 | - |
| YUV | 197.36 | 142.47 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 189 | 223 | 0.09 | 0.15 | 0 | 0.13 | 266.47 | 0.35 | 0.81 |
| Hex | CC | BD | DF | 9 | F | 0 | D | 10A | 23 | 51 |
| Octal | 314 | 275 | 337 | 11 | 17 | 0 | 15 | 412 | 43 | 121 |
| Binary | 11001100 | 10111101 | 11011111 | 1001 | 1111 | 0 | 1101 | 100001010 | 100011 | 1010001 |
Color Harmonies of #CCBDDF
Complementary color
Monochromatic Colors of #CCBDDF
Black with #CCBDDF
Text Example
Text Example
White with #CCBDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBDDF; }
p { color: rgb(204,189,223); }
H1.HeaderClassName
{
color: #CCBDDF;
}
.AnyTagClassName
{
color: #CCBDDF;
}
</style>
background-color css
<style>
a { background-color: #CCBDDF; }
a { background-color: rgb(204,189,223); }
div.DivClassName
{
background-color: #CCBDDF;
}
.BgClassName
{
background-color: #CCBDDF;
}
</style>
border-color css
<style>
span { border-color: #CCBDDF; }
span { border-color: rgb(204,189,223); }
td.TdClassName
{
border-color: #CCBDDF;
}
.TagClassName
{
border-color: #CCBDDF;
}
</style>