Shades of Fog #CCB7E9
Tints of Fog #CCB7E9
RGB
CMYK
RGB Variations
Color information
#CCB7E9 (or 0xCCB7E9) is known color: Fog. HEX triplet: CC, B7 and E9. RGB value is (204,183,233). Sum of RGB (Red+Green+Blue) = 204+183+233=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 183 (71.88% from 255 or 29.52% from 620); Blue value is 233 (91.41% from 255 or 37.58% from 620); Max value from RGB is 233 - color contains mainly: blue. Hex color #CCB7E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB7E9 is #334816. Grayscale: #C2C2C2. Windows color (decimal): -3360791 or 15316940. OLE color: 15316940.
HSL color Cylindrical-coordinate representation of color #CCB7E9: hue angle of 265.2º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCB7E9 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 183 | 233 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.09 |
| HSL | 265.2º | 0.53% | 0.82% | - |
| HSV(B) | 265.2º | 0.21% | 0.91% | - |
| XYZ | 56.54 | 52.59 | 84.26 | - |
| YUV | 194.98 | 149.46 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 233 | 0.12 | 0.21 | 0 | 0.09 | 265.2 | 0.53 | 0.82 |
| Hex | CC | B7 | E9 | C | 15 | 0 | 9 | 109 | 35 | 52 |
| Octal | 314 | 267 | 351 | 14 | 25 | 0 | 11 | 411 | 65 | 122 |
| Binary | 11001100 | 10110111 | 11101001 | 1100 | 10101 | 0 | 1001 | 100001001 | 110101 | 1010010 |
Color Harmonies of #CCB7E9
Complementary color
Monochromatic Colors of #CCB7E9
Black with #CCB7E9
Text Example
Text Example
White with #CCB7E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB7E9; }
p { color: rgb(204,183,233); }
H1.HeaderClassName
{
color: #CCB7E9;
}
.AnyTagClassName
{
color: #CCB7E9;
}
</style>
background-color css
<style>
a { background-color: #CCB7E9; }
a { background-color: rgb(204,183,233); }
div.DivClassName
{
background-color: #CCB7E9;
}
.BgClassName
{
background-color: #CCB7E9;
}
</style>
border-color css
<style>
span { border-color: #CCB7E9; }
span { border-color: rgb(204,183,233); }
td.TdClassName
{
border-color: #CCB7E9;
}
.TagClassName
{
border-color: #CCB7E9;
}
</style>