Shades of Fog #CCBCDF
Tints of Fog #CCBCDF
RGB
CMYK
RGB Variations
Color information
#CCBCDF (or 0xCCBCDF) is known color: Fog. HEX triplet: CC, BC and DF. RGB value is (204,188,223). Sum of RGB (Red+Green+Blue) = 204+188+223=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCBCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBCDF is #334320. Grayscale: #C4C4C4. Windows color (decimal): -3359521 or 14662860. OLE color: 14662860.
HSL color Cylindrical-coordinate representation of color #CCBCDF: hue angle of 267.43º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCBCDF is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 188 | 223 | - |
CMYK | 0.09 | 0.16 | 0 | 0.13 |
HSL | 267.43º | 0.35% | 0.81% | - |
HSV(B) | 267.43º | 0.16% | 0.87% | - |
XYZ | 56.2 | 54.13 | 77.3 | - |
YUV | 196.77 | 142.8 | 133.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 188 | 223 | 0.09 | 0.16 | 0 | 0.13 | 267.43 | 0.35 | 0.81 |
Hex | CC | BC | DF | 9 | 10 | 0 | D | 10B | 23 | 51 |
Octal | 314 | 274 | 337 | 11 | 20 | 0 | 15 | 413 | 43 | 121 |
Binary | 11001100 | 10111100 | 11011111 | 1001 | 10000 | 0 | 1101 | 100001011 | 100011 | 1010001 |
Color Harmonies of #CCBCDF
Complementary color
Monochromatic Colors of #CCBCDF
Black with #CCBCDF
Text Example
Text Example
White with #CCBCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBCDF; }
p { color: rgb(204,188,223); }
H1.HeaderClassName
{
color: #CCBCDF;
}
.AnyTagClassName
{
color: #CCBCDF;
}
</style>
background-color css
<style>
a { background-color: #CCBCDF; }
a { background-color: rgb(204,188,223); }
div.DivClassName
{
background-color: #CCBCDF;
}
.BgClassName
{
background-color: #CCBCDF;
}
</style>
border-color css
<style>
span { border-color: #CCBCDF; }
span { border-color: rgb(204,188,223); }
td.TdClassName
{
border-color: #CCBCDF;
}
.TagClassName
{
border-color: #CCBCDF;
}
</style>