Shades of Lavender Blue #CDD1FB
Tints of Lavender Blue #CDD1FB
RGB
CMYK
RGB Variations
Color information
#CDD1FB (or 0xCDD1FB) is known color: Lavender Blue. HEX triplet: CD, D1 and FB. RGB value is (205,209,251). Sum of RGB (Red+Green+Blue) = 205+209+251=665 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.83% from 665); Green value is 209 (82.03% from 255 or 31.43% from 665); Blue value is 251 (98.44% from 255 or 37.74% from 665); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDD1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD1FB is #322E04. Grayscale: #D4D4D4. Windows color (decimal): -3288581 or 16503245. OLE color: 16503245.
HSL color Cylindrical-coordinate representation of color #CDD1FB: hue angle of 234.78º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDD1FB is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 209 | 251 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.02 |
| HSL | 234.78º | 0.85% | 0.89% | - |
| HSV(B) | 234.78º | 0.18% | 0.98% | - |
| XYZ | 65.39 | 65.55 | 100.47 | - |
| YUV | 212.59 | 149.67 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 251 | 0.18 | 0.17 | 0 | 0.02 | 234.78 | 0.85 | 0.89 |
| Hex | CD | D1 | FB | 12 | 11 | 0 | 2 | EB | 55 | 59 |
| Octal | 315 | 321 | 373 | 22 | 21 | 0 | 2 | 353 | 125 | 131 |
| Binary | 11001101 | 11010001 | 11111011 | 10010 | 10001 | 0 | 10 | 11101011 | 1010101 | 1011001 |
Color Harmonies of #CDD1FB
Complementary color
Monochromatic Colors of #CDD1FB
Black with #CDD1FB
Text Example
Text Example
White with #CDD1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD1FB; }
p { color: rgb(205,209,251); }
H1.HeaderClassName
{
color: #CDD1FB;
}
.AnyTagClassName
{
color: #CDD1FB;
}
</style>
background-color css
<style>
a { background-color: #CDD1FB; }
a { background-color: rgb(205,209,251); }
div.DivClassName
{
background-color: #CDD1FB;
}
.BgClassName
{
background-color: #CDD1FB;
}
</style>
border-color css
<style>
span { border-color: #CDD1FB; }
span { border-color: rgb(205,209,251); }
td.TdClassName
{
border-color: #CDD1FB;
}
.TagClassName
{
border-color: #CDD1FB;
}
</style>