Shades of Fog #CCB7ED
Tints of Fog #CCB7ED
RGB
CMYK
RGB Variations
Color information
#CCB7ED (or 0xCCB7ED) is known color: Fog. HEX triplet: CC, B7 and ED. RGB value is (204,183,237). Sum of RGB (Red+Green+Blue) = 204+183+237=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 183 (71.88% from 255 or 29.33% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCB7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB7ED is #334812. Grayscale: #C3C3C3. Windows color (decimal): -3360787 or 15579084. OLE color: 15579084.
HSL color Cylindrical-coordinate representation of color #CCB7ED: hue angle of 263.33º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCB7ED is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 183 | 237 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.07 |
| HSL | 263.33º | 0.6% | 0.82% | - |
| HSV(B) | 263.33º | 0.23% | 0.93% | - |
| XYZ | 57.12 | 52.82 | 87.31 | - |
| YUV | 195.44 | 151.46 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 237 | 0.14 | 0.23 | 0 | 0.07 | 263.33 | 0.6 | 0.82 |
| Hex | CC | B7 | ED | E | 17 | 0 | 7 | 107 | 3C | 52 |
| Octal | 314 | 267 | 355 | 16 | 27 | 0 | 7 | 407 | 74 | 122 |
| Binary | 11001100 | 10110111 | 11101101 | 1110 | 10111 | 0 | 111 | 100000111 | 111100 | 1010010 |
Color Harmonies of #CCB7ED
Complementary color
Monochromatic Colors of #CCB7ED
Black with #CCB7ED
Text Example
Text Example
White with #CCB7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB7ED; }
p { color: rgb(204,183,237); }
H1.HeaderClassName
{
color: #CCB7ED;
}
.AnyTagClassName
{
color: #CCB7ED;
}
</style>
background-color css
<style>
a { background-color: #CCB7ED; }
a { background-color: rgb(204,183,237); }
div.DivClassName
{
background-color: #CCB7ED;
}
.BgClassName
{
background-color: #CCB7ED;
}
</style>
border-color css
<style>
span { border-color: #CCB7ED; }
span { border-color: rgb(204,183,237); }
td.TdClassName
{
border-color: #CCB7ED;
}
.TagClassName
{
border-color: #CCB7ED;
}
</style>