Shades of Fog #CCBDDC
Tints of Fog #CCBDDC
RGB
CMYK
RGB Variations
Color information
#CCBDDC (or 0xCCBDDC) is known color: Fog. HEX triplet: CC, BD and DC. RGB value is (204,189,220). Sum of RGB (Red+Green+Blue) = 204+189+220=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCBDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDDC is #334223. Grayscale: #C4C4C4. Windows color (decimal): -3359268 or 14466508. OLE color: 14466508.
HSL color Cylindrical-coordinate representation of color #CCBDDC: hue angle of 269.03º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCBDDC is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 189 | 220 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.14 |
| HSL | 269.03º | 0.31% | 0.8% | - |
| HSV(B) | 269.03º | 0.14% | 0.86% | - |
| XYZ | 56.02 | 54.4 | 75.26 | - |
| YUV | 197.02 | 140.97 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 189 | 220 | 0.07 | 0.14 | 0 | 0.14 | 269.03 | 0.31 | 0.8 |
| Hex | CC | BD | DC | 7 | E | 0 | E | 10D | 1F | 50 |
| Octal | 314 | 275 | 334 | 7 | 16 | 0 | 16 | 415 | 37 | 120 |
| Binary | 11001100 | 10111101 | 11011100 | 111 | 1110 | 0 | 1110 | 100001101 | 11111 | 1010000 |
Color Harmonies of #CCBDDC
Complementary color
Monochromatic Colors of #CCBDDC
Black with #CCBDDC
Text Example
Text Example
White with #CCBDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBDDC; }
p { color: rgb(204,189,220); }
H1.HeaderClassName
{
color: #CCBDDC;
}
.AnyTagClassName
{
color: #CCBDDC;
}
</style>
background-color css
<style>
a { background-color: #CCBDDC; }
a { background-color: rgb(204,189,220); }
div.DivClassName
{
background-color: #CCBDDC;
}
.BgClassName
{
background-color: #CCBDDC;
}
</style>
border-color css
<style>
span { border-color: #CCBDDC; }
span { border-color: rgb(204,189,220); }
td.TdClassName
{
border-color: #CCBDDC;
}
.TagClassName
{
border-color: #CCBDDC;
}
</style>