Shades of Fog #CDB5FD
Tints of Fog #CDB5FD
RGB
CMYK
RGB Variations
Color information
#CDB5FD (or 0xCDB5FD) is known color: Fog. HEX triplet: CD, B5 and FD. RGB value is (205,181,253). Sum of RGB (Red+Green+Blue) = 205+181+253=639 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.08% from 639); Green value is 181 (71.09% from 255 or 28.33% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDB5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDB5FD is #324A02. Grayscale: #C4C4C4. Windows color (decimal): -3295747 or 16627149. OLE color: 16627149.
HSL color Cylindrical-coordinate representation of color #CDB5FD: hue angle of 260º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDB5FD is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 181 | 253 | - |
CMYK | 0.19 | 0.28 | 0 | 0.01 |
HSL | 260º | 0.95% | 0.85% | - |
HSV(B) | 260º | 0.28% | 0.99% | - |
XYZ | 59.43 | 53.12 | 100.05 | - |
YUV | 196.38 | 159.95 | 134.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 181 | 253 | 0.19 | 0.28 | 0 | 0.01 | 260 | 0.95 | 0.85 |
Hex | CD | B5 | FD | 13 | 1C | 0 | 1 | 104 | 5F | 55 |
Octal | 315 | 265 | 375 | 23 | 34 | 0 | 1 | 404 | 137 | 125 |
Binary | 11001101 | 10110101 | 11111101 | 10011 | 11100 | 0 | 1 | 100000100 | 1011111 | 1010101 |
Color Harmonies of #CDB5FD
Complementary color
Monochromatic Colors of #CDB5FD
Black with #CDB5FD
Text Example
Text Example
White with #CDB5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB5FD; }
p { color: rgb(205,181,253); }
H1.HeaderClassName
{
color: #CDB5FD;
}
.AnyTagClassName
{
color: #CDB5FD;
}
</style>
background-color css
<style>
a { background-color: #CDB5FD; }
a { background-color: rgb(205,181,253); }
div.DivClassName
{
background-color: #CDB5FD;
}
.BgClassName
{
background-color: #CDB5FD;
}
</style>
border-color css
<style>
span { border-color: #CDB5FD; }
span { border-color: rgb(205,181,253); }
td.TdClassName
{
border-color: #CDB5FD;
}
.TagClassName
{
border-color: #CDB5FD;
}
</style>