Shades of Lavender Blue #D1CBFC
Tints of Lavender Blue #D1CBFC
RGB
CMYK
RGB Variations
Color information
#D1CBFC (or 0xD1CBFC) is known color: Lavender Blue. HEX triplet: D1, CB and FC. RGB value is (209,203,252). Sum of RGB (Red+Green+Blue) = 209+203+252=664 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.48% from 664); Green value is 203 (79.69% from 255 or 30.57% from 664); Blue value is 252 (98.83% from 255 or 37.95% from 664); Max value from RGB is 252 - color contains mainly: blue. Hex color #D1CBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CBFC is #2E3403. Grayscale: #D2D2D2. Windows color (decimal): -3027972 or 16567249. OLE color: 16567249.
HSL color Cylindrical-coordinate representation of color #D1CBFC: hue angle of 247.35º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1CBFC is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 203 | 252 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.01 |
| HSL | 247.35º | 0.89% | 0.89% | - |
| HSV(B) | 247.35º | 0.19% | 0.99% | - |
| XYZ | 65.22 | 63.3 | 100.88 | - |
| YUV | 210.38 | 151.49 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 203 | 252 | 0.17 | 0.19 | 0 | 0.01 | 247.35 | 0.89 | 0.89 |
| Hex | D1 | CB | FC | 11 | 13 | 0 | 1 | F7 | 59 | 59 |
| Octal | 321 | 313 | 374 | 21 | 23 | 0 | 1 | 367 | 131 | 131 |
| Binary | 11010001 | 11001011 | 11111100 | 10001 | 10011 | 0 | 1 | 11110111 | 1011001 | 1011001 |
Color Harmonies of #D1CBFC
Complementary color
Monochromatic Colors of #D1CBFC
Black with #D1CBFC
Text Example
Text Example
White with #D1CBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CBFC; }
p { color: rgb(209,203,252); }
H1.HeaderClassName
{
color: #D1CBFC;
}
.AnyTagClassName
{
color: #D1CBFC;
}
</style>
background-color css
<style>
a { background-color: #D1CBFC; }
a { background-color: rgb(209,203,252); }
div.DivClassName
{
background-color: #D1CBFC;
}
.BgClassName
{
background-color: #D1CBFC;
}
</style>
border-color css
<style>
span { border-color: #D1CBFC; }
span { border-color: rgb(209,203,252); }
td.TdClassName
{
border-color: #D1CBFC;
}
.TagClassName
{
border-color: #D1CBFC;
}
</style>