Shades of Lavender Blue #CDD6FF
Tints of Lavender Blue #CDD6FF
RGB
CMYK
RGB Variations
Color information
#CDD6FF (or 0xCDD6FF) is known color: Lavender Blue. HEX triplet: CD, D6 and FF. RGB value is (205,214,255). Sum of RGB (Red+Green+Blue) = 205+214+255=674 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.42% from 674); Green value is 214 (83.98% from 255 or 31.75% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDD6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD6FF is #322900. Grayscale: #D7D7D7. Windows color (decimal): -3287297 or 16766669. OLE color: 16766669.
HSL color Cylindrical-coordinate representation of color #CDD6FF: hue angle of 229.2º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDD6FF is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 214 | 255 | - |
| CMYK | 0.20 | 0.16 | 0 | 0 |
| HSL | 229.2º | 1% | 0.9% | - |
| HSV(B) | 229.2º | 0.2% | 1% | - |
| XYZ | 67.27 | 68.29 | 104.24 | - |
| YUV | 215.98 | 150.02 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 255 | 0.20 | 0.16 | 0 | 0 | 229.2 | 1 | 0.9 |
| Hex | CD | D6 | FF | 14 | 10 | 0 | 0 | E5 | 64 | 5A |
| Octal | 315 | 326 | 377 | 24 | 20 | 0 | 0 | 345 | 144 | 132 |
| Binary | 11001101 | 11010110 | 11111111 | 10100 | 10000 | 0 | 0 | 11100101 | 1100100 | 1011010 |
Color Harmonies of #CDD6FF
Complementary color
Monochromatic Colors of #CDD6FF
Black with #CDD6FF
Text Example
Text Example
White with #CDD6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD6FF; }
p { color: rgb(205,214,255); }
H1.HeaderClassName
{
color: #CDD6FF;
}
.AnyTagClassName
{
color: #CDD6FF;
}
</style>
background-color css
<style>
a { background-color: #CDD6FF; }
a { background-color: rgb(205,214,255); }
div.DivClassName
{
background-color: #CDD6FF;
}
.BgClassName
{
background-color: #CDD6FF;
}
</style>
border-color css
<style>
span { border-color: #CDD6FF; }
span { border-color: rgb(205,214,255); }
td.TdClassName
{
border-color: #CDD6FF;
}
.TagClassName
{
border-color: #CDD6FF;
}
</style>