Shades of Fog #CDB5FA
Tints of Fog #CDB5FA
RGB
CMYK
RGB Variations
Color information
#CDB5FA (or 0xCDB5FA) is known color: Fog. HEX triplet: CD, B5 and FA. RGB value is (205,181,250). Sum of RGB (Red+Green+Blue) = 205+181+250=636 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.23% from 636); Green value is 181 (71.09% from 255 or 28.46% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDB5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDB5FA is #324A05. Grayscale: #C3C3C3. Windows color (decimal): -3295750 or 16430541. OLE color: 16430541.
HSL color Cylindrical-coordinate representation of color #CDB5FA: hue angle of 260.87º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDB5FA is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 181 | 250 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.02 |
| HSL | 260.87º | 0.87% | 0.85% | - |
| HSV(B) | 260.87º | 0.28% | 0.98% | - |
| XYZ | 58.96 | 52.93 | 97.55 | - |
| YUV | 196.04 | 158.45 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 181 | 250 | 0.18 | 0.28 | 0 | 0.02 | 260.87 | 0.87 | 0.85 |
| Hex | CD | B5 | FA | 12 | 1C | 0 | 2 | 105 | 57 | 55 |
| Octal | 315 | 265 | 372 | 22 | 34 | 0 | 2 | 405 | 127 | 125 |
| Binary | 11001101 | 10110101 | 11111010 | 10010 | 11100 | 0 | 10 | 100000101 | 1010111 | 1010101 |
Color Harmonies of #CDB5FA
Complementary color
Monochromatic Colors of #CDB5FA
Black with #CDB5FA
Text Example
Text Example
White with #CDB5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB5FA; }
p { color: rgb(205,181,250); }
H1.HeaderClassName
{
color: #CDB5FA;
}
.AnyTagClassName
{
color: #CDB5FA;
}
</style>
background-color css
<style>
a { background-color: #CDB5FA; }
a { background-color: rgb(205,181,250); }
div.DivClassName
{
background-color: #CDB5FA;
}
.BgClassName
{
background-color: #CDB5FA;
}
</style>
border-color css
<style>
span { border-color: #CDB5FA; }
span { border-color: rgb(205,181,250); }
td.TdClassName
{
border-color: #CDB5FA;
}
.TagClassName
{
border-color: #CDB5FA;
}
</style>