Shades of Fog #CCB6EE
Tints of Fog #CCB6EE
RGB
CMYK
RGB Variations
Color information
#CCB6EE (or 0xCCB6EE) is known color: Fog. HEX triplet: CC, B6 and EE. RGB value is (204,182,238). Sum of RGB (Red+Green+Blue) = 204+182+238=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 182 (71.48% from 255 or 29.17% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCB6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB6EE is #334911. Grayscale: #C2C2C2. Windows color (decimal): -3361042 or 15644364. OLE color: 15644364.
HSL color Cylindrical-coordinate representation of color #CCB6EE: hue angle of 263.57º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCB6EE is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 182 | 238 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.07 |
| HSL | 263.57º | 0.62% | 0.82% | - |
| HSV(B) | 263.57º | 0.24% | 0.93% | - |
| XYZ | 57.06 | 52.47 | 88.01 | - |
| YUV | 194.96 | 152.29 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 238 | 0.14 | 0.24 | 0 | 0.07 | 263.57 | 0.62 | 0.82 |
| Hex | CC | B6 | EE | E | 18 | 0 | 7 | 108 | 3E | 52 |
| Octal | 314 | 266 | 356 | 16 | 30 | 0 | 7 | 410 | 76 | 122 |
| Binary | 11001100 | 10110110 | 11101110 | 1110 | 11000 | 0 | 111 | 100001000 | 111110 | 1010010 |
Color Harmonies of #CCB6EE
Complementary color
Monochromatic Colors of #CCB6EE
Black with #CCB6EE
Text Example
Text Example
White with #CCB6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB6EE; }
p { color: rgb(204,182,238); }
H1.HeaderClassName
{
color: #CCB6EE;
}
.AnyTagClassName
{
color: #CCB6EE;
}
</style>
background-color css
<style>
a { background-color: #CCB6EE; }
a { background-color: rgb(204,182,238); }
div.DivClassName
{
background-color: #CCB6EE;
}
.BgClassName
{
background-color: #CCB6EE;
}
</style>
border-color css
<style>
span { border-color: #CCB6EE; }
span { border-color: rgb(204,182,238); }
td.TdClassName
{
border-color: #CCB6EE;
}
.TagClassName
{
border-color: #CCB6EE;
}
</style>