Shades of Lavender Blue #CDD1FF
Tints of Lavender Blue #CDD1FF
RGB
CMYK
RGB Variations
Color information
#CDD1FF (or 0xCDD1FF) is known color: Lavender Blue. HEX triplet: CD, D1 and FF. RGB value is (205,209,255). Sum of RGB (Red+Green+Blue) = 205+209+255=669 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.64% from 669); Green value is 209 (82.03% from 255 or 31.24% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDD1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD1FF is #322E00. Grayscale: #D4D4D4. Windows color (decimal): -3288577 or 16765389. OLE color: 16765389.
HSL color Cylindrical-coordinate representation of color #CDD1FF: hue angle of 235.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 #CDD1FF is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 209 | 255 | - |
| CMYK | 0.20 | 0.18 | 0 | 0 |
| HSL | 235.2º | 1% | 0.9% | - |
| HSV(B) | 235.2º | 0.2% | 1% | - |
| XYZ | 66.03 | 65.8 | 103.83 | - |
| YUV | 213.05 | 151.67 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 255 | 0.20 | 0.18 | 0 | 0 | 235.2 | 1 | 0.9 |
| Hex | CD | D1 | FF | 14 | 12 | 0 | 0 | EB | 64 | 5A |
| Octal | 315 | 321 | 377 | 24 | 22 | 0 | 0 | 353 | 144 | 132 |
| Binary | 11001101 | 11010001 | 11111111 | 10100 | 10010 | 0 | 0 | 11101011 | 1100100 | 1011010 |
Color Harmonies of #CDD1FF
Complementary color
Monochromatic Colors of #CDD1FF
Black with #CDD1FF
Text Example
Text Example
White with #CDD1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD1FF; }
p { color: rgb(205,209,255); }
H1.HeaderClassName
{
color: #CDD1FF;
}
.AnyTagClassName
{
color: #CDD1FF;
}
</style>
background-color css
<style>
a { background-color: #CDD1FF; }
a { background-color: rgb(205,209,255); }
div.DivClassName
{
background-color: #CDD1FF;
}
.BgClassName
{
background-color: #CDD1FF;
}
</style>
border-color css
<style>
span { border-color: #CDD1FF; }
span { border-color: rgb(205,209,255); }
td.TdClassName
{
border-color: #CDD1FF;
}
.TagClassName
{
border-color: #CDD1FF;
}
</style>