Shades of Fog #CCB8E6
Tints of Fog #CCB8E6
RGB
CMYK
RGB Variations
Color information
#CCB8E6 (or 0xCCB8E6) is known color: Fog. HEX triplet: CC, B8 and E6. RGB value is (204,184,230). Sum of RGB (Red+Green+Blue) = 204+184+230=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 184 (72.27% from 255 or 29.77% from 618); Blue value is 230 (90.23% from 255 or 37.22% from 618); Max value from RGB is 230 - color contains mainly: blue. Hex color #CCB8E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB8E6 is #334719. Grayscale: #C3C3C3. Windows color (decimal): -3360538 or 15120588. OLE color: 15120588.
HSL color Cylindrical-coordinate representation of color #CCB8E6: hue angle of 266.09º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCB8E6 is Cyan = 0.11, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 184 | 230 | - |
| CMYK | 0.11 | 0.2 | 0 | 0.10 |
| HSL | 266.09º | 0.48% | 0.81% | - |
| HSV(B) | 266.09º | 0.2% | 0.9% | - |
| XYZ | 56.33 | 52.83 | 82.09 | - |
| YUV | 195.22 | 147.63 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 230 | 0.11 | 0.2 | 0 | 0.10 | 266.09 | 0.48 | 0.81 |
| Hex | CC | B8 | E6 | B | 14 | 0 | A | 10A | 30 | 51 |
| Octal | 314 | 270 | 346 | 13 | 24 | 0 | 12 | 412 | 60 | 121 |
| Binary | 11001100 | 10111000 | 11100110 | 1011 | 10100 | 0 | 1010 | 100001010 | 110000 | 1010001 |
Color Harmonies of #CCB8E6
Complementary color
Monochromatic Colors of #CCB8E6
Black with #CCB8E6
Text Example
Text Example
White with #CCB8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB8E6; }
p { color: rgb(204,184,230); }
H1.HeaderClassName
{
color: #CCB8E6;
}
.AnyTagClassName
{
color: #CCB8E6;
}
</style>
background-color css
<style>
a { background-color: #CCB8E6; }
a { background-color: rgb(204,184,230); }
div.DivClassName
{
background-color: #CCB8E6;
}
.BgClassName
{
background-color: #CCB8E6;
}
</style>
border-color css
<style>
span { border-color: #CCB8E6; }
span { border-color: rgb(204,184,230); }
td.TdClassName
{
border-color: #CCB8E6;
}
.TagClassName
{
border-color: #CCB8E6;
}
</style>