Shades of Fog #CCBDF2
Tints of Fog #CCBDF2
RGB
CMYK
RGB Variations
Color information
#CCBDF2 (or 0xCCBDF2) is known color: Fog. HEX triplet: CC, BD and F2. RGB value is (204,189,242). Sum of RGB (Red+Green+Blue) = 204+189+242=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 189 (74.22% from 255 or 29.76% from 635); Blue value is 242 (94.92% from 255 or 38.11% from 635); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCBDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBDF2 is #33420D. Grayscale: #C7C7C7. Windows color (decimal): -3359246 or 15908300. OLE color: 15908300.
HSL color Cylindrical-coordinate representation of color #CCBDF2: hue angle of 256.98º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCBDF2 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 189 | 242 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.05 |
| HSL | 256.98º | 0.67% | 0.85% | - |
| HSV(B) | 256.98º | 0.22% | 0.95% | - |
| XYZ | 59.13 | 55.64 | 91.63 | - |
| YUV | 199.53 | 151.97 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 189 | 242 | 0.16 | 0.22 | 0 | 0.05 | 256.98 | 0.67 | 0.85 |
| Hex | CC | BD | F2 | 10 | 16 | 0 | 5 | 101 | 43 | 55 |
| Octal | 314 | 275 | 362 | 20 | 26 | 0 | 5 | 401 | 103 | 125 |
| Binary | 11001100 | 10111101 | 11110010 | 10000 | 10110 | 0 | 101 | 100000001 | 1000011 | 1010101 |
Color Harmonies of #CCBDF2
Complementary color
Monochromatic Colors of #CCBDF2
Black with #CCBDF2
Text Example
Text Example
White with #CCBDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBDF2; }
p { color: rgb(204,189,242); }
H1.HeaderClassName
{
color: #CCBDF2;
}
.AnyTagClassName
{
color: #CCBDF2;
}
</style>
background-color css
<style>
a { background-color: #CCBDF2; }
a { background-color: rgb(204,189,242); }
div.DivClassName
{
background-color: #CCBDF2;
}
.BgClassName
{
background-color: #CCBDF2;
}
</style>
border-color css
<style>
span { border-color: #CCBDF2; }
span { border-color: rgb(204,189,242); }
td.TdClassName
{
border-color: #CCBDF2;
}
.TagClassName
{
border-color: #CCBDF2;
}
</style>