Shades of Lavender Blue #CDD6FD
Tints of Lavender Blue #CDD6FD
RGB
CMYK
RGB Variations
Color information
#CDD6FD (or 0xCDD6FD) is known color: Lavender Blue. HEX triplet: CD, D6 and FD. RGB value is (205,214,253). Sum of RGB (Red+Green+Blue) = 205+214+253=672 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.51% from 672); Green value is 214 (83.98% from 255 or 31.85% from 672); Blue value is 253 (99.22% from 255 or 37.65% from 672); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDD6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD6FD is #322902. Grayscale: #D7D7D7. Windows color (decimal): -3287299 or 16635597. OLE color: 16635597.
HSL color Cylindrical-coordinate representation of color #CDD6FD: hue angle of 228.75º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDD6FD is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 214 | 253 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.01 |
| HSL | 228.75º | 0.92% | 0.9% | - |
| HSV(B) | 228.75º | 0.19% | 0.99% | - |
| XYZ | 66.95 | 68.16 | 102.56 | - |
| YUV | 215.76 | 149.02 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 253 | 0.19 | 0.15 | 0 | 0.01 | 228.75 | 0.92 | 0.9 |
| Hex | CD | D6 | FD | 13 | F | 0 | 1 | E5 | 5C | 5A |
| Octal | 315 | 326 | 375 | 23 | 17 | 0 | 1 | 345 | 134 | 132 |
| Binary | 11001101 | 11010110 | 11111101 | 10011 | 1111 | 0 | 1 | 11100101 | 1011100 | 1011010 |
Color Harmonies of #CDD6FD
Complementary color
Monochromatic Colors of #CDD6FD
Black with #CDD6FD
Text Example
Text Example
White with #CDD6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD6FD; }
p { color: rgb(205,214,253); }
H1.HeaderClassName
{
color: #CDD6FD;
}
.AnyTagClassName
{
color: #CDD6FD;
}
</style>
background-color css
<style>
a { background-color: #CDD6FD; }
a { background-color: rgb(205,214,253); }
div.DivClassName
{
background-color: #CDD6FD;
}
.BgClassName
{
background-color: #CDD6FD;
}
</style>
border-color css
<style>
span { border-color: #CDD6FD; }
span { border-color: rgb(205,214,253); }
td.TdClassName
{
border-color: #CDD6FD;
}
.TagClassName
{
border-color: #CDD6FD;
}
</style>