Shades of Lavender Blue #D2CBFF
Tints of Lavender Blue #D2CBFF
RGB
CMYK
RGB Variations
Color information
#D2CBFF (or 0xD2CBFF) is known color: Lavender Blue. HEX triplet: D2, CB and FF. RGB value is (210,203,255). Sum of RGB (Red+Green+Blue) = 210+203+255=668 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.44% from 668); Green value is 203 (79.69% from 255 or 30.39% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2CBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CBFF is #2D3400. Grayscale: #D2D2D2. Windows color (decimal): -2962433 or 16763858. OLE color: 16763858.
HSL color Cylindrical-coordinate representation of color #D2CBFF: hue angle of 248.08º 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 #D2CBFF is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 203 | 255 | - |
| CMYK | 0.18 | 0.20 | 0 | 0 |
| HSL | 248.08º | 1% | 0.9% | - |
| HSV(B) | 248.08º | 0.2% | 1% | - |
| XYZ | 65.98 | 63.63 | 103.41 | - |
| YUV | 211.02 | 152.82 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 203 | 255 | 0.18 | 0.20 | 0 | 0 | 248.08 | 1 | 0.9 |
| Hex | D2 | CB | FF | 12 | 14 | 0 | 0 | F8 | 64 | 5A |
| Octal | 322 | 313 | 377 | 22 | 24 | 0 | 0 | 370 | 144 | 132 |
| Binary | 11010010 | 11001011 | 11111111 | 10010 | 10100 | 0 | 0 | 11111000 | 1100100 | 1011010 |
Color Harmonies of #D2CBFF
Complementary color
Monochromatic Colors of #D2CBFF
Black with #D2CBFF
Text Example
Text Example
White with #D2CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CBFF; }
p { color: rgb(210,203,255); }
H1.HeaderClassName
{
color: #D2CBFF;
}
.AnyTagClassName
{
color: #D2CBFF;
}
</style>
background-color css
<style>
a { background-color: #D2CBFF; }
a { background-color: rgb(210,203,255); }
div.DivClassName
{
background-color: #D2CBFF;
}
.BgClassName
{
background-color: #D2CBFF;
}
</style>
border-color css
<style>
span { border-color: #D2CBFF; }
span { border-color: rgb(210,203,255); }
td.TdClassName
{
border-color: #D2CBFF;
}
.TagClassName
{
border-color: #D2CBFF;
}
</style>