Shades of Fog #CDB7E5
Tints of Fog #CDB7E5
RGB
CMYK
RGB Variations
Color information
#CDB7E5 (or 0xCDB7E5) is known color: Fog. HEX triplet: CD, B7 and E5. RGB value is (205,183,229). Sum of RGB (Red+Green+Blue) = 205+183+229=617 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.23% from 617); Green value is 183 (71.88% from 255 or 29.66% from 617); Blue value is 229 (89.84% from 255 or 37.12% from 617); Max value from RGB is 229 - color contains mainly: blue. Hex color #CDB7E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB7E5 is #32481A. Grayscale: #C2C2C2. Windows color (decimal): -3295259 or 15054797. OLE color: 15054797.
HSL color Cylindrical-coordinate representation of color #CDB7E5: hue angle of 268.7º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDB7E5 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 183 | 229 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.10 |
| HSL | 268.7º | 0.47% | 0.81% | - |
| HSV(B) | 268.7º | 0.2% | 0.9% | - |
| XYZ | 56.25 | 52.5 | 81.3 | - |
| YUV | 194.82 | 147.29 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 229 | 0.10 | 0.20 | 0 | 0.10 | 268.7 | 0.47 | 0.81 |
| Hex | CD | B7 | E5 | A | 14 | 0 | A | 10D | 2F | 51 |
| Octal | 315 | 267 | 345 | 12 | 24 | 0 | 12 | 415 | 57 | 121 |
| Binary | 11001101 | 10110111 | 11100101 | 1010 | 10100 | 0 | 1010 | 100001101 | 101111 | 1010001 |
Color Harmonies of #CDB7E5
Complementary color
Monochromatic Colors of #CDB7E5
Black with #CDB7E5
Text Example
Text Example
White with #CDB7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB7E5; }
p { color: rgb(205,183,229); }
H1.HeaderClassName
{
color: #CDB7E5;
}
.AnyTagClassName
{
color: #CDB7E5;
}
</style>
background-color css
<style>
a { background-color: #CDB7E5; }
a { background-color: rgb(205,183,229); }
div.DivClassName
{
background-color: #CDB7E5;
}
.BgClassName
{
background-color: #CDB7E5;
}
</style>
border-color css
<style>
span { border-color: #CDB7E5; }
span { border-color: rgb(205,183,229); }
td.TdClassName
{
border-color: #CDB7E5;
}
.TagClassName
{
border-color: #CDB7E5;
}
</style>