Shades of Lavender Blue #D1CDFB
Tints of Lavender Blue #D1CDFB
RGB
CMYK
RGB Variations
Color information
#D1CDFB (or 0xD1CDFB) is known color: Lavender Blue. HEX triplet: D1, CD and FB. RGB value is (209,205,251). Sum of RGB (Red+Green+Blue) = 209+205+251=665 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.43% from 665); Green value is 205 (80.47% from 255 or 30.83% from 665); Blue value is 251 (98.44% from 255 or 37.74% from 665); Max value from RGB is 251 - color contains mainly: blue. Hex color #D1CDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CDFB is #2E3204. Grayscale: #D3D3D3. Windows color (decimal): -3027461 or 16502225. OLE color: 16502225.
HSL color Cylindrical-coordinate representation of color #D1CDFB: hue angle of 245.22º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1CDFB is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 209 | 205 | 251 | - |
CMYK | 0.17 | 0.18 | 0 | 0.02 |
HSL | 245.22º | 0.85% | 0.89% | - |
HSV(B) | 245.22º | 0.18% | 0.98% | - |
XYZ | 65.54 | 64.18 | 100.2 | - |
YUV | 211.44 | 150.33 | 126.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 205 | 251 | 0.17 | 0.18 | 0 | 0.02 | 245.22 | 0.85 | 0.89 |
Hex | D1 | CD | FB | 11 | 12 | 0 | 2 | F5 | 55 | 59 |
Octal | 321 | 315 | 373 | 21 | 22 | 0 | 2 | 365 | 125 | 131 |
Binary | 11010001 | 11001101 | 11111011 | 10001 | 10010 | 0 | 10 | 11110101 | 1010101 | 1011001 |
Color Harmonies of #D1CDFB
Complementary color
Monochromatic Colors of #D1CDFB
Black with #D1CDFB
Text Example
Text Example
White with #D1CDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CDFB; }
p { color: rgb(209,205,251); }
H1.HeaderClassName
{
color: #D1CDFB;
}
.AnyTagClassName
{
color: #D1CDFB;
}
</style>
background-color css
<style>
a { background-color: #D1CDFB; }
a { background-color: rgb(209,205,251); }
div.DivClassName
{
background-color: #D1CDFB;
}
.BgClassName
{
background-color: #D1CDFB;
}
</style>
border-color css
<style>
span { border-color: #D1CDFB; }
span { border-color: rgb(209,205,251); }
td.TdClassName
{
border-color: #D1CDFB;
}
.TagClassName
{
border-color: #D1CDFB;
}
</style>