Shades of Fog #CCB5F4
Tints of Fog #CCB5F4
RGB
CMYK
RGB Variations
Color information
#CCB5F4 (or 0xCCB5F4) is known color: Fog. HEX triplet: CC, B5 and F4. RGB value is (204,181,244). Sum of RGB (Red+Green+Blue) = 204+181+244=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 181 (71.09% from 255 or 28.78% from 629); Blue value is 244 (95.70% from 255 or 38.79% from 629); Max value from RGB is 244 - color contains mainly: blue. Hex color #CCB5F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB5F4 is #334A0B. Grayscale: #C2C2C2. Windows color (decimal): -3361292 or 16037324. OLE color: 16037324.
HSL color Cylindrical-coordinate representation of color #CCB5F4: hue angle of 261.9º degrees, saturation: 0.74, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCB5F4 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 181 | 244 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.04 |
| HSL | 261.9º | 0.74% | 0.83% | - |
| HSV(B) | 261.9º | 0.26% | 0.96% | - |
| XYZ | 57.75 | 52.42 | 92.66 | - |
| YUV | 195.06 | 155.62 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 244 | 0.16 | 0.26 | 0 | 0.04 | 261.9 | 0.74 | 0.83 |
| Hex | CC | B5 | F4 | 10 | 1A | 0 | 4 | 106 | 4A | 53 |
| Octal | 314 | 265 | 364 | 20 | 32 | 0 | 4 | 406 | 112 | 123 |
| Binary | 11001100 | 10110101 | 11110100 | 10000 | 11010 | 0 | 100 | 100000110 | 1001010 | 1010011 |
Color Harmonies of #CCB5F4
Complementary color
Monochromatic Colors of #CCB5F4
Black with #CCB5F4
Text Example
Text Example
White with #CCB5F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB5F4; }
p { color: rgb(204,181,244); }
H1.HeaderClassName
{
color: #CCB5F4;
}
.AnyTagClassName
{
color: #CCB5F4;
}
</style>
background-color css
<style>
a { background-color: #CCB5F4; }
a { background-color: rgb(204,181,244); }
div.DivClassName
{
background-color: #CCB5F4;
}
.BgClassName
{
background-color: #CCB5F4;
}
</style>
border-color css
<style>
span { border-color: #CCB5F4; }
span { border-color: rgb(204,181,244); }
td.TdClassName
{
border-color: #CCB5F4;
}
.TagClassName
{
border-color: #CCB5F4;
}
</style>