Shades of Fog #CDB6FB
Tints of Fog #CDB6FB
RGB
CMYK
RGB Variations
Color information
#CDB6FB (or 0xCDB6FB) is known color: Fog. HEX triplet: CD, B6 and FB. RGB value is (205,182,251). Sum of RGB (Red+Green+Blue) = 205+182+251=638 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.13% from 638); Green value is 182 (71.48% from 255 or 28.53% from 638); Blue value is 251 (98.44% from 255 or 39.34% from 638); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDB6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDB6FB is #324904. Grayscale: #C4C4C4. Windows color (decimal): -3295493 or 16496333. OLE color: 16496333.
HSL color Cylindrical-coordinate representation of color #CDB6FB: hue angle of 260º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDB6FB is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 182 | 251 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.02 |
| HSL | 260º | 0.9% | 0.85% | - |
| HSV(B) | 260º | 0.27% | 0.98% | - |
| XYZ | 59.32 | 53.4 | 98.45 | - |
| YUV | 196.74 | 158.62 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 251 | 0.18 | 0.27 | 0 | 0.02 | 260 | 0.9 | 0.85 |
| Hex | CD | B6 | FB | 12 | 1B | 0 | 2 | 104 | 5A | 55 |
| Octal | 315 | 266 | 373 | 22 | 33 | 0 | 2 | 404 | 132 | 125 |
| Binary | 11001101 | 10110110 | 11111011 | 10010 | 11011 | 0 | 10 | 100000100 | 1011010 | 1010101 |
Color Harmonies of #CDB6FB
Complementary color
Monochromatic Colors of #CDB6FB
Black with #CDB6FB
Text Example
Text Example
White with #CDB6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB6FB; }
p { color: rgb(205,182,251); }
H1.HeaderClassName
{
color: #CDB6FB;
}
.AnyTagClassName
{
color: #CDB6FB;
}
</style>
background-color css
<style>
a { background-color: #CDB6FB; }
a { background-color: rgb(205,182,251); }
div.DivClassName
{
background-color: #CDB6FB;
}
.BgClassName
{
background-color: #CDB6FB;
}
</style>
border-color css
<style>
span { border-color: #CDB6FB; }
span { border-color: rgb(205,182,251); }
td.TdClassName
{
border-color: #CDB6FB;
}
.TagClassName
{
border-color: #CDB6FB;
}
</style>