Shades of Fog #CDB5EF
Tints of Fog #CDB5EF
RGB
CMYK
RGB Variations
Color information
#CDB5EF (or 0xCDB5EF) is known color: Fog. HEX triplet: CD, B5 and EF. RGB value is (205,181,239). Sum of RGB (Red+Green+Blue) = 205+181+239=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 181 (71.09% from 255 or 28.96% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDB5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDB5EF is #324A10. Grayscale: #C2C2C2. Windows color (decimal): -3295761 or 15709645. OLE color: 15709645.
HSL color Cylindrical-coordinate representation of color #CDB5EF: hue angle of 264.83º 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 #CDB5EF is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 181 | 239 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.06 |
| HSL | 264.83º | 0.64% | 0.82% | - |
| HSV(B) | 264.83º | 0.24% | 0.94% | - |
| XYZ | 57.28 | 52.26 | 88.73 | - |
| YUV | 194.79 | 152.95 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 181 | 239 | 0.14 | 0.24 | 0 | 0.06 | 264.83 | 0.64 | 0.82 |
| Hex | CD | B5 | EF | E | 18 | 0 | 6 | 109 | 40 | 52 |
| Octal | 315 | 265 | 357 | 16 | 30 | 0 | 6 | 411 | 100 | 122 |
| Binary | 11001101 | 10110101 | 11101111 | 1110 | 11000 | 0 | 110 | 100001001 | 1000000 | 1010010 |
Color Harmonies of #CDB5EF
Complementary color
Monochromatic Colors of #CDB5EF
Black with #CDB5EF
Text Example
Text Example
White with #CDB5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB5EF; }
p { color: rgb(205,181,239); }
H1.HeaderClassName
{
color: #CDB5EF;
}
.AnyTagClassName
{
color: #CDB5EF;
}
</style>
background-color css
<style>
a { background-color: #CDB5EF; }
a { background-color: rgb(205,181,239); }
div.DivClassName
{
background-color: #CDB5EF;
}
.BgClassName
{
background-color: #CDB5EF;
}
</style>
border-color css
<style>
span { border-color: #CDB5EF; }
span { border-color: rgb(205,181,239); }
td.TdClassName
{
border-color: #CDB5EF;
}
.TagClassName
{
border-color: #CDB5EF;
}
</style>