Shades of Lavender Blue #D5CBFF
Tints of Lavender Blue #D5CBFF
RGB
CMYK
RGB Variations
Color information
#D5CBFF (or 0xD5CBFF) is known color: Lavender Blue. HEX triplet: D5, CB and FF. RGB value is (213,203,255). Sum of RGB (Red+Green+Blue) = 213+203+255=671 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.74% from 671); Green value is 203 (79.69% from 255 or 30.25% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5CBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CBFF is #2A3400. Grayscale: #D3D3D3. Windows color (decimal): -2765825 or 16763861. OLE color: 16763861.
HSL color Cylindrical-coordinate representation of color #D5CBFF: hue angle of 251.54º 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 #D5CBFF is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 203 | 255 | - |
| CMYK | 0.16 | 0.20 | 0 | 0 |
| HSL | 251.54º | 1% | 0.9% | - |
| HSV(B) | 251.54º | 0.2% | 1% | - |
| XYZ | 66.85 | 64.08 | 103.45 | - |
| YUV | 211.92 | 152.31 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 203 | 255 | 0.16 | 0.20 | 0 | 0 | 251.54 | 1 | 0.9 |
| Hex | D5 | CB | FF | 10 | 14 | 0 | 0 | FC | 64 | 5A |
| Octal | 325 | 313 | 377 | 20 | 24 | 0 | 0 | 374 | 144 | 132 |
| Binary | 11010101 | 11001011 | 11111111 | 10000 | 10100 | 0 | 0 | 11111100 | 1100100 | 1011010 |
Color Harmonies of #D5CBFF
Complementary color
Monochromatic Colors of #D5CBFF
Black with #D5CBFF
Text Example
Text Example
White with #D5CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CBFF; }
p { color: rgb(213,203,255); }
H1.HeaderClassName
{
color: #D5CBFF;
}
.AnyTagClassName
{
color: #D5CBFF;
}
</style>
background-color css
<style>
a { background-color: #D5CBFF; }
a { background-color: rgb(213,203,255); }
div.DivClassName
{
background-color: #D5CBFF;
}
.BgClassName
{
background-color: #D5CBFF;
}
</style>
border-color css
<style>
span { border-color: #D5CBFF; }
span { border-color: rgb(213,203,255); }
td.TdClassName
{
border-color: #D5CBFF;
}
.TagClassName
{
border-color: #D5CBFF;
}
</style>