Shades of Lavender Blue #D1CFFB
Tints of Lavender Blue #D1CFFB
RGB
CMYK
RGB Variations
Color information
#D1CFFB (or 0xD1CFFB) is known color: Lavender Blue. HEX triplet: D1, CF and FB. RGB value is (209,207,251). Sum of RGB (Red+Green+Blue) = 209+207+251=667 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.33% from 667); Green value is 207 (81.25% from 255 or 31.03% from 667); Blue value is 251 (98.44% from 255 or 37.63% from 667); Max value from RGB is 251 - color contains mainly: blue. Hex color #D1CFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CFFB is #2E3004. Grayscale: #D4D4D4. Windows color (decimal): -3026949 or 16502737. OLE color: 16502737.
HSL color Cylindrical-coordinate representation of color #D1CFFB: hue angle of 242.73º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1CFFB is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 207 | 251 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.02 |
| HSL | 242.73º | 0.85% | 0.9% | - |
| HSV(B) | 242.73º | 0.18% | 0.98% | - |
| XYZ | 66.02 | 65.15 | 100.36 | - |
| YUV | 212.61 | 149.66 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 251 | 0.17 | 0.18 | 0 | 0.02 | 242.73 | 0.85 | 0.9 |
| Hex | D1 | CF | FB | 11 | 12 | 0 | 2 | F3 | 55 | 5A |
| Octal | 321 | 317 | 373 | 21 | 22 | 0 | 2 | 363 | 125 | 132 |
| Binary | 11010001 | 11001111 | 11111011 | 10001 | 10010 | 0 | 10 | 11110011 | 1010101 | 1011010 |
Color Harmonies of #D1CFFB
Complementary color
Monochromatic Colors of #D1CFFB
Black with #D1CFFB
Text Example
Text Example
White with #D1CFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CFFB; }
p { color: rgb(209,207,251); }
H1.HeaderClassName
{
color: #D1CFFB;
}
.AnyTagClassName
{
color: #D1CFFB;
}
</style>
background-color css
<style>
a { background-color: #D1CFFB; }
a { background-color: rgb(209,207,251); }
div.DivClassName
{
background-color: #D1CFFB;
}
.BgClassName
{
background-color: #D1CFFB;
}
</style>
border-color css
<style>
span { border-color: #D1CFFB; }
span { border-color: rgb(209,207,251); }
td.TdClassName
{
border-color: #D1CFFB;
}
.TagClassName
{
border-color: #D1CFFB;
}
</style>