Shades of Fog #CCBDF0
Tints of Fog #CCBDF0
RGB
CMYK
RGB Variations
Color information
#CCBDF0 (or 0xCCBDF0) is known color: Fog. HEX triplet: CC, BD and F0. RGB value is (204,189,240). Sum of RGB (Red+Green+Blue) = 204+189+240=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 240 (94.14% from 255 or 37.91% from 633); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCBDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBDF0 is #33420F. Grayscale: #C7C7C7. Windows color (decimal): -3359248 or 15777228. OLE color: 15777228.
HSL color Cylindrical-coordinate representation of color #CCBDF0: hue angle of 257.65º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCBDF0 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 189 | 240 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.06 |
| HSL | 257.65º | 0.63% | 0.84% | - |
| HSV(B) | 257.65º | 0.21% | 0.94% | - |
| XYZ | 58.83 | 55.52 | 90.05 | - |
| YUV | 199.3 | 150.97 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 189 | 240 | 0.15 | 0.21 | 0 | 0.06 | 257.65 | 0.63 | 0.84 |
| Hex | CC | BD | F0 | F | 15 | 0 | 6 | 102 | 3F | 54 |
| Octal | 314 | 275 | 360 | 17 | 25 | 0 | 6 | 402 | 77 | 124 |
| Binary | 11001100 | 10111101 | 11110000 | 1111 | 10101 | 0 | 110 | 100000010 | 111111 | 1010100 |
Color Harmonies of #CCBDF0
Complementary color
Monochromatic Colors of #CCBDF0
Black with #CCBDF0
Text Example
Text Example
White with #CCBDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBDF0; }
p { color: rgb(204,189,240); }
H1.HeaderClassName
{
color: #CCBDF0;
}
.AnyTagClassName
{
color: #CCBDF0;
}
</style>
background-color css
<style>
a { background-color: #CCBDF0; }
a { background-color: rgb(204,189,240); }
div.DivClassName
{
background-color: #CCBDF0;
}
.BgClassName
{
background-color: #CCBDF0;
}
</style>
border-color css
<style>
span { border-color: #CCBDF0; }
span { border-color: rgb(204,189,240); }
td.TdClassName
{
border-color: #CCBDF0;
}
.TagClassName
{
border-color: #CCBDF0;
}
</style>