Shades of Lavender Blue #D1CFF8
Tints of Lavender Blue #D1CFF8
RGB
CMYK
RGB Variations
Color information
#D1CFF8 (or 0xD1CFF8) is known color: Lavender Blue. HEX triplet: D1, CF and F8. RGB value is (209,207,248). Sum of RGB (Red+Green+Blue) = 209+207+248=664 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.48% from 664); Green value is 207 (81.25% from 255 or 31.17% from 664); Blue value is 248 (97.27% from 255 or 37.35% from 664); Max value from RGB is 248 - color contains mainly: blue. Hex color #D1CFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CFF8 is #2E3007. Grayscale: #D4D4D4. Windows color (decimal): -3026952 or 16306129. OLE color: 16306129.
HSL color Cylindrical-coordinate representation of color #D1CFF8: hue angle of 242.93º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1CFF8 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 207 | 248 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.03 |
| HSL | 242.93º | 0.75% | 0.89% | - |
| HSV(B) | 242.93º | 0.17% | 0.97% | - |
| XYZ | 65.55 | 64.96 | 97.89 | - |
| YUV | 212.27 | 148.16 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 248 | 0.16 | 0.17 | 0 | 0.03 | 242.93 | 0.75 | 0.89 |
| Hex | D1 | CF | F8 | 10 | 11 | 0 | 3 | F3 | 4B | 59 |
| Octal | 321 | 317 | 370 | 20 | 21 | 0 | 3 | 363 | 113 | 131 |
| Binary | 11010001 | 11001111 | 11111000 | 10000 | 10001 | 0 | 11 | 11110011 | 1001011 | 1011001 |
Color Harmonies of #D1CFF8
Complementary color
Monochromatic Colors of #D1CFF8
Black with #D1CFF8
Text Example
Text Example
White with #D1CFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CFF8; }
p { color: rgb(209,207,248); }
H1.HeaderClassName
{
color: #D1CFF8;
}
.AnyTagClassName
{
color: #D1CFF8;
}
</style>
background-color css
<style>
a { background-color: #D1CFF8; }
a { background-color: rgb(209,207,248); }
div.DivClassName
{
background-color: #D1CFF8;
}
.BgClassName
{
background-color: #D1CFF8;
}
</style>
border-color css
<style>
span { border-color: #D1CFF8; }
span { border-color: rgb(209,207,248); }
td.TdClassName
{
border-color: #D1CFF8;
}
.TagClassName
{
border-color: #D1CFF8;
}
</style>