Shades of Lavender Blue #D1CFFD
Tints of Lavender Blue #D1CFFD
RGB
CMYK
RGB Variations
Color information
#D1CFFD (or 0xD1CFFD) is known color: Lavender Blue. HEX triplet: D1, CF and FD. RGB value is (209,207,253). Sum of RGB (Red+Green+Blue) = 209+207+253=669 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.24% from 669); Green value is 207 (81.25% from 255 or 30.94% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #D1CFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CFFD is #2E3002. Grayscale: #D4D4D4. Windows color (decimal): -3026947 or 16633809. OLE color: 16633809.
HSL color Cylindrical-coordinate representation of color #D1CFFD: hue angle of 242.61º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1CFFD is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 207 | 253 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.01 |
| HSL | 242.61º | 0.92% | 0.9% | - |
| HSV(B) | 242.61º | 0.18% | 0.99% | - |
| XYZ | 66.34 | 65.27 | 102.03 | - |
| YUV | 212.84 | 150.66 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 253 | 0.17 | 0.18 | 0 | 0.01 | 242.61 | 0.92 | 0.9 |
| Hex | D1 | CF | FD | 11 | 12 | 0 | 1 | F3 | 5C | 5A |
| Octal | 321 | 317 | 375 | 21 | 22 | 0 | 1 | 363 | 134 | 132 |
| Binary | 11010001 | 11001111 | 11111101 | 10001 | 10010 | 0 | 1 | 11110011 | 1011100 | 1011010 |
Color Harmonies of #D1CFFD
Complementary color
Monochromatic Colors of #D1CFFD
Black with #D1CFFD
Text Example
Text Example
White with #D1CFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CFFD; }
p { color: rgb(209,207,253); }
H1.HeaderClassName
{
color: #D1CFFD;
}
.AnyTagClassName
{
color: #D1CFFD;
}
</style>
background-color css
<style>
a { background-color: #D1CFFD; }
a { background-color: rgb(209,207,253); }
div.DivClassName
{
background-color: #D1CFFD;
}
.BgClassName
{
background-color: #D1CFFD;
}
</style>
border-color css
<style>
span { border-color: #D1CFFD; }
span { border-color: rgb(209,207,253); }
td.TdClassName
{
border-color: #D1CFFD;
}
.TagClassName
{
border-color: #D1CFFD;
}
</style>