Shades of Fog #CCB4EF
Tints of Fog #CCB4EF
RGB
CMYK
RGB Variations
Color information
#CCB4EF (or 0xCCB4EF) is known color: Fog. HEX triplet: CC, B4 and EF. RGB value is (204,180,239). Sum of RGB (Red+Green+Blue) = 204+180+239=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 180 (70.70% from 255 or 28.89% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCB4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB4EF is #334B10. Grayscale: #C1C1C1. Windows color (decimal): -3361553 or 15709388. OLE color: 15709388.
HSL color Cylindrical-coordinate representation of color #CCB4EF: hue angle of 264.41º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCB4EF is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 180 | 239 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.06 |
| HSL | 264.41º | 0.65% | 0.82% | - |
| HSV(B) | 264.41º | 0.25% | 0.94% | - |
| XYZ | 56.8 | 51.71 | 88.65 | - |
| YUV | 193.9 | 153.45 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 239 | 0.15 | 0.25 | 0 | 0.06 | 264.41 | 0.65 | 0.82 |
| Hex | CC | B4 | EF | F | 19 | 0 | 6 | 108 | 41 | 52 |
| Octal | 314 | 264 | 357 | 17 | 31 | 0 | 6 | 410 | 101 | 122 |
| Binary | 11001100 | 10110100 | 11101111 | 1111 | 11001 | 0 | 110 | 100001000 | 1000001 | 1010010 |
Color Harmonies of #CCB4EF
Complementary color
Monochromatic Colors of #CCB4EF
Black with #CCB4EF
Text Example
Text Example
White with #CCB4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB4EF; }
p { color: rgb(204,180,239); }
H1.HeaderClassName
{
color: #CCB4EF;
}
.AnyTagClassName
{
color: #CCB4EF;
}
</style>
background-color css
<style>
a { background-color: #CCB4EF; }
a { background-color: rgb(204,180,239); }
div.DivClassName
{
background-color: #CCB4EF;
}
.BgClassName
{
background-color: #CCB4EF;
}
</style>
border-color css
<style>
span { border-color: #CCB4EF; }
span { border-color: rgb(204,180,239); }
td.TdClassName
{
border-color: #CCB4EF;
}
.TagClassName
{
border-color: #CCB4EF;
}
</style>