Shades of Fog #CCB5EF
Tints of Fog #CCB5EF
RGB
CMYK
RGB Variations
Color information
#CCB5EF (or 0xCCB5EF) is known color: Fog. HEX triplet: CC, B5 and EF. RGB value is (204,181,239). Sum of RGB (Red+Green+Blue) = 204+181+239=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 181 (71.09% from 255 or 29.01% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCB5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB5EF is #334A10. Grayscale: #C2C2C2. Windows color (decimal): -3361297 or 15709644. OLE color: 15709644.
HSL color Cylindrical-coordinate representation of color #CCB5EF: hue angle of 263.79º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCB5EF is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 181 | 239 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.06 |
| HSL | 263.79º | 0.64% | 0.82% | - |
| HSV(B) | 263.79º | 0.24% | 0.94% | - |
| XYZ | 57.01 | 52.12 | 88.72 | - |
| YUV | 194.49 | 153.12 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 239 | 0.15 | 0.24 | 0 | 0.06 | 263.79 | 0.64 | 0.82 |
| Hex | CC | B5 | EF | F | 18 | 0 | 6 | 108 | 40 | 52 |
| Octal | 314 | 265 | 357 | 17 | 30 | 0 | 6 | 410 | 100 | 122 |
| Binary | 11001100 | 10110101 | 11101111 | 1111 | 11000 | 0 | 110 | 100001000 | 1000000 | 1010010 |
Color Harmonies of #CCB5EF
Complementary color
Monochromatic Colors of #CCB5EF
Black with #CCB5EF
Text Example
Text Example
White with #CCB5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB5EF; }
p { color: rgb(204,181,239); }
H1.HeaderClassName
{
color: #CCB5EF;
}
.AnyTagClassName
{
color: #CCB5EF;
}
</style>
background-color css
<style>
a { background-color: #CCB5EF; }
a { background-color: rgb(204,181,239); }
div.DivClassName
{
background-color: #CCB5EF;
}
.BgClassName
{
background-color: #CCB5EF;
}
</style>
border-color css
<style>
span { border-color: #CCB5EF; }
span { border-color: rgb(204,181,239); }
td.TdClassName
{
border-color: #CCB5EF;
}
.TagClassName
{
border-color: #CCB5EF;
}
</style>