Shades of Fog #CCBDF5
Tints of Fog #CCBDF5
RGB
CMYK
RGB Variations
Color information
#CCBDF5 (or 0xCCBDF5) is known color: Fog. HEX triplet: CC, BD and F5. RGB value is (204,189,245). Sum of RGB (Red+Green+Blue) = 204+189+245=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 189 (74.22% from 255 or 29.62% from 638); Blue value is 245 (96.09% from 255 or 38.40% from 638); Max value from RGB is 245 - color contains mainly: blue. Hex color #CCBDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBDF5 is #33420A. Grayscale: #C7C7C7. Windows color (decimal): -3359243 or 16104908. OLE color: 16104908.
HSL color Cylindrical-coordinate representation of color #CCBDF5: hue angle of 256.07º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCBDF5 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 189 | 245 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.04 |
| HSL | 256.07º | 0.74% | 0.85% | - |
| HSV(B) | 256.07º | 0.23% | 0.96% | - |
| XYZ | 59.58 | 55.83 | 94.02 | - |
| YUV | 199.87 | 153.47 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 189 | 245 | 0.17 | 0.23 | 0 | 0.04 | 256.07 | 0.74 | 0.85 |
| Hex | CC | BD | F5 | 11 | 17 | 0 | 4 | 100 | 4A | 55 |
| Octal | 314 | 275 | 365 | 21 | 27 | 0 | 4 | 400 | 112 | 125 |
| Binary | 11001100 | 10111101 | 11110101 | 10001 | 10111 | 0 | 100 | 100000000 | 1001010 | 1010101 |
Color Harmonies of #CCBDF5
Complementary color
Monochromatic Colors of #CCBDF5
Black with #CCBDF5
Text Example
Text Example
White with #CCBDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBDF5; }
p { color: rgb(204,189,245); }
H1.HeaderClassName
{
color: #CCBDF5;
}
.AnyTagClassName
{
color: #CCBDF5;
}
</style>
background-color css
<style>
a { background-color: #CCBDF5; }
a { background-color: rgb(204,189,245); }
div.DivClassName
{
background-color: #CCBDF5;
}
.BgClassName
{
background-color: #CCBDF5;
}
</style>
border-color css
<style>
span { border-color: #CCBDF5; }
span { border-color: rgb(204,189,245); }
td.TdClassName
{
border-color: #CCBDF5;
}
.TagClassName
{
border-color: #CCBDF5;
}
</style>