Shades of Fog #CCB9E2
Tints of Fog #CCB9E2
RGB
CMYK
RGB Variations
Color information
#CCB9E2 (or 0xCCB9E2) is known color: Fog. HEX triplet: CC, B9 and E2. RGB value is (204,185,226). Sum of RGB (Red+Green+Blue) = 204+185+226=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 185 (72.66% from 255 or 30.08% from 615); Blue value is 226 (88.67% from 255 or 36.75% from 615); Max value from RGB is 226 - color contains mainly: blue. Hex color #CCB9E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB9E2 is #33461D. Grayscale: #C3C3C3. Windows color (decimal): -3360286 or 14858700. OLE color: 14858700.
HSL color Cylindrical-coordinate representation of color #CCB9E2: hue angle of 267.8º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCB9E2 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 185 | 226 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.11 |
| HSL | 267.8º | 0.41% | 0.81% | - |
| HSV(B) | 267.8º | 0.18% | 0.89% | - |
| XYZ | 55.98 | 53.03 | 79.24 | - |
| YUV | 195.36 | 145.29 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 226 | 0.10 | 0.18 | 0 | 0.11 | 267.8 | 0.41 | 0.81 |
| Hex | CC | B9 | E2 | A | 12 | 0 | B | 10C | 29 | 51 |
| Octal | 314 | 271 | 342 | 12 | 22 | 0 | 13 | 414 | 51 | 121 |
| Binary | 11001100 | 10111001 | 11100010 | 1010 | 10010 | 0 | 1011 | 100001100 | 101001 | 1010001 |
Color Harmonies of #CCB9E2
Complementary color
Monochromatic Colors of #CCB9E2
Black with #CCB9E2
Text Example
Text Example
White with #CCB9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB9E2; }
p { color: rgb(204,185,226); }
H1.HeaderClassName
{
color: #CCB9E2;
}
.AnyTagClassName
{
color: #CCB9E2;
}
</style>
background-color css
<style>
a { background-color: #CCB9E2; }
a { background-color: rgb(204,185,226); }
div.DivClassName
{
background-color: #CCB9E2;
}
.BgClassName
{
background-color: #CCB9E2;
}
</style>
border-color css
<style>
span { border-color: #CCB9E2; }
span { border-color: rgb(204,185,226); }
td.TdClassName
{
border-color: #CCB9E2;
}
.TagClassName
{
border-color: #CCB9E2;
}
</style>