Shades of Fog #CCB4F1
Tints of Fog #CCB4F1
RGB
CMYK
RGB Variations
Color information
#CCB4F1 (or 0xCCB4F1) is known color: Fog. HEX triplet: CC, B4 and F1. RGB value is (204,180,241). Sum of RGB (Red+Green+Blue) = 204+180+241=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 180 (70.70% from 255 or 28.8% from 625); Blue value is 241 (94.53% from 255 or 38.56% from 625); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCB4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB4F1 is #334B0E. Grayscale: #C1C1C1. Windows color (decimal): -3361551 or 15840460. OLE color: 15840460.
HSL color Cylindrical-coordinate representation of color #CCB4F1: hue angle of 263.61º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCB4F1 is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 180 | 241 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.05 |
| HSL | 263.61º | 0.69% | 0.83% | - |
| HSV(B) | 263.61º | 0.25% | 0.95% | - |
| XYZ | 57.1 | 51.83 | 90.21 | - |
| YUV | 194.13 | 154.45 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 241 | 0.15 | 0.25 | 0 | 0.05 | 263.61 | 0.69 | 0.83 |
| Hex | CC | B4 | F1 | F | 19 | 0 | 5 | 108 | 45 | 53 |
| Octal | 314 | 264 | 361 | 17 | 31 | 0 | 5 | 410 | 105 | 123 |
| Binary | 11001100 | 10110100 | 11110001 | 1111 | 11001 | 0 | 101 | 100001000 | 1000101 | 1010011 |
Color Harmonies of #CCB4F1
Complementary color
Monochromatic Colors of #CCB4F1
Black with #CCB4F1
Text Example
Text Example
White with #CCB4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB4F1; }
p { color: rgb(204,180,241); }
H1.HeaderClassName
{
color: #CCB4F1;
}
.AnyTagClassName
{
color: #CCB4F1;
}
</style>
background-color css
<style>
a { background-color: #CCB4F1; }
a { background-color: rgb(204,180,241); }
div.DivClassName
{
background-color: #CCB4F1;
}
.BgClassName
{
background-color: #CCB4F1;
}
</style>
border-color css
<style>
span { border-color: #CCB4F1; }
span { border-color: rgb(204,180,241); }
td.TdClassName
{
border-color: #CCB4F1;
}
.TagClassName
{
border-color: #CCB4F1;
}
</style>