Shades of Lavender Blue #D1CBFF
Tints of Lavender Blue #D1CBFF
RGB
CMYK
RGB Variations
Color information
#D1CBFF (or 0xD1CBFF) is known color: Lavender Blue. HEX triplet: D1, CB and FF. RGB value is (209,203,255). Sum of RGB (Red+Green+Blue) = 209+203+255=667 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.33% from 667); Green value is 203 (79.69% from 255 or 30.43% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1CBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CBFF is #2E3400. Grayscale: #D2D2D2. Windows color (decimal): -3027969 or 16763857. OLE color: 16763857.
HSL color Cylindrical-coordinate representation of color #D1CBFF: hue angle of 246.92º 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 #D1CBFF is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 203 | 255 | - |
| CMYK | 0.18 | 0.20 | 0 | 0 |
| HSL | 246.92º | 1% | 0.9% | - |
| HSV(B) | 246.92º | 0.2% | 1% | - |
| XYZ | 65.7 | 63.49 | 103.4 | - |
| YUV | 210.72 | 152.99 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 203 | 255 | 0.18 | 0.20 | 0 | 0 | 246.92 | 1 | 0.9 |
| Hex | D1 | CB | FF | 12 | 14 | 0 | 0 | F7 | 64 | 5A |
| Octal | 321 | 313 | 377 | 22 | 24 | 0 | 0 | 367 | 144 | 132 |
| Binary | 11010001 | 11001011 | 11111111 | 10010 | 10100 | 0 | 0 | 11110111 | 1100100 | 1011010 |
Color Harmonies of #D1CBFF
Complementary color
Monochromatic Colors of #D1CBFF
Black with #D1CBFF
Text Example
Text Example
White with #D1CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CBFF; }
p { color: rgb(209,203,255); }
H1.HeaderClassName
{
color: #D1CBFF;
}
.AnyTagClassName
{
color: #D1CBFF;
}
</style>
background-color css
<style>
a { background-color: #D1CBFF; }
a { background-color: rgb(209,203,255); }
div.DivClassName
{
background-color: #D1CBFF;
}
.BgClassName
{
background-color: #D1CBFF;
}
</style>
border-color css
<style>
span { border-color: #D1CBFF; }
span { border-color: rgb(209,203,255); }
td.TdClassName
{
border-color: #D1CBFF;
}
.TagClassName
{
border-color: #D1CBFF;
}
</style>