Shades of Fog #CCB4F3
Tints of Fog #CCB4F3
RGB
CMYK
RGB Variations
Color information
#CCB4F3 (or 0xCCB4F3) is known color: Fog. HEX triplet: CC, B4 and F3. RGB value is (204,180,243). Sum of RGB (Red+Green+Blue) = 204+180+243=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 180 (70.70% from 255 or 28.71% from 627); Blue value is 243 (95.31% from 255 or 38.76% from 627); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCB4F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB4F3 is #334B0C. Grayscale: #C2C2C2. Windows color (decimal): -3361549 or 15971532. OLE color: 15971532.
HSL color Cylindrical-coordinate representation of color #CCB4F3: hue angle of 262.86º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCB4F3 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 180 | 243 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.05 |
| HSL | 262.86º | 0.72% | 0.83% | - |
| HSV(B) | 262.86º | 0.26% | 0.95% | - |
| XYZ | 57.4 | 51.95 | 91.8 | - |
| YUV | 194.36 | 155.45 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 243 | 0.16 | 0.26 | 0 | 0.05 | 262.86 | 0.72 | 0.83 |
| Hex | CC | B4 | F3 | 10 | 1A | 0 | 5 | 107 | 48 | 53 |
| Octal | 314 | 264 | 363 | 20 | 32 | 0 | 5 | 407 | 110 | 123 |
| Binary | 11001100 | 10110100 | 11110011 | 10000 | 11010 | 0 | 101 | 100000111 | 1001000 | 1010011 |
Color Harmonies of #CCB4F3
Complementary color
Monochromatic Colors of #CCB4F3
Black with #CCB4F3
Text Example
Text Example
White with #CCB4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB4F3; }
p { color: rgb(204,180,243); }
H1.HeaderClassName
{
color: #CCB4F3;
}
.AnyTagClassName
{
color: #CCB4F3;
}
</style>
background-color css
<style>
a { background-color: #CCB4F3; }
a { background-color: rgb(204,180,243); }
div.DivClassName
{
background-color: #CCB4F3;
}
.BgClassName
{
background-color: #CCB4F3;
}
</style>
border-color css
<style>
span { border-color: #CCB4F3; }
span { border-color: rgb(204,180,243); }
td.TdClassName
{
border-color: #CCB4F3;
}
.TagClassName
{
border-color: #CCB4F3;
}
</style>