Shades of Fog #CCB7EF
Tints of Fog #CCB7EF
RGB
CMYK
RGB Variations
Color information
#CCB7EF (or 0xCCB7EF) is known color: Fog. HEX triplet: CC, B7 and EF. RGB value is (204,183,239). Sum of RGB (Red+Green+Blue) = 204+183+239=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 183 (71.88% from 255 or 29.23% from 626); Blue value is 239 (93.75% from 255 or 38.18% from 626); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCB7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB7EF is #334810. Grayscale: #C3C3C3. Windows color (decimal): -3360785 or 15710156. OLE color: 15710156.
HSL color Cylindrical-coordinate representation of color #CCB7EF: hue angle of 262.5º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCB7EF is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 183 | 239 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.06 |
| HSL | 262.5º | 0.64% | 0.83% | - |
| HSV(B) | 262.5º | 0.23% | 0.94% | - |
| XYZ | 57.42 | 52.94 | 88.85 | - |
| YUV | 195.66 | 152.46 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 239 | 0.15 | 0.23 | 0 | 0.06 | 262.5 | 0.64 | 0.83 |
| Hex | CC | B7 | EF | F | 17 | 0 | 6 | 106 | 40 | 53 |
| Octal | 314 | 267 | 357 | 17 | 27 | 0 | 6 | 406 | 100 | 123 |
| Binary | 11001100 | 10110111 | 11101111 | 1111 | 10111 | 0 | 110 | 100000110 | 1000000 | 1010011 |
Color Harmonies of #CCB7EF
Complementary color
Monochromatic Colors of #CCB7EF
Black with #CCB7EF
Text Example
Text Example
White with #CCB7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB7EF; }
p { color: rgb(204,183,239); }
H1.HeaderClassName
{
color: #CCB7EF;
}
.AnyTagClassName
{
color: #CCB7EF;
}
</style>
background-color css
<style>
a { background-color: #CCB7EF; }
a { background-color: rgb(204,183,239); }
div.DivClassName
{
background-color: #CCB7EF;
}
.BgClassName
{
background-color: #CCB7EF;
}
</style>
border-color css
<style>
span { border-color: #CCB7EF; }
span { border-color: rgb(204,183,239); }
td.TdClassName
{
border-color: #CCB7EF;
}
.TagClassName
{
border-color: #CCB7EF;
}
</style>