Shades of Fog #CDB9EA
Tints of Fog #CDB9EA
RGB
CMYK
RGB Variations
Color information
#CDB9EA (or 0xCDB9EA) is known color: Fog. HEX triplet: CD, B9 and EA. RGB value is (205,185,234). Sum of RGB (Red+Green+Blue) = 205+185+234=624 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.85% from 624); Green value is 185 (72.66% from 255 or 29.65% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 234 - color contains mainly: blue. Hex color #CDB9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDB9EA is #324615. Grayscale: #C4C4C4. Windows color (decimal): -3294742 or 15382989. OLE color: 15382989.
HSL color Cylindrical-coordinate representation of color #CDB9EA: hue angle of 264.49º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDB9EA is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 185 | 234 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.08 |
| HSL | 264.49º | 0.54% | 0.82% | - |
| HSV(B) | 264.49º | 0.21% | 0.92% | - |
| XYZ | 57.38 | 53.62 | 85.17 | - |
| YUV | 196.57 | 149.13 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 234 | 0.12 | 0.21 | 0 | 0.08 | 264.49 | 0.54 | 0.82 |
| Hex | CD | B9 | EA | C | 15 | 0 | 8 | 108 | 36 | 52 |
| Octal | 315 | 271 | 352 | 14 | 25 | 0 | 10 | 410 | 66 | 122 |
| Binary | 11001101 | 10111001 | 11101010 | 1100 | 10101 | 0 | 1000 | 100001000 | 110110 | 1010010 |
Color Harmonies of #CDB9EA
Complementary color
Monochromatic Colors of #CDB9EA
Black with #CDB9EA
Text Example
Text Example
White with #CDB9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB9EA; }
p { color: rgb(205,185,234); }
H1.HeaderClassName
{
color: #CDB9EA;
}
.AnyTagClassName
{
color: #CDB9EA;
}
</style>
background-color css
<style>
a { background-color: #CDB9EA; }
a { background-color: rgb(205,185,234); }
div.DivClassName
{
background-color: #CDB9EA;
}
.BgClassName
{
background-color: #CDB9EA;
}
</style>
border-color css
<style>
span { border-color: #CDB9EA; }
span { border-color: rgb(205,185,234); }
td.TdClassName
{
border-color: #CDB9EA;
}
.TagClassName
{
border-color: #CDB9EA;
}
</style>