Shades of Lavender Blue #D2CBFE
Tints of Lavender Blue #D2CBFE
RGB
CMYK
RGB Variations
Color information
#D2CBFE (or 0xD2CBFE) is known color: Lavender Blue. HEX triplet: D2, CB and FE. RGB value is (210,203,254). Sum of RGB (Red+Green+Blue) = 210+203+254=667 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.48% from 667); Green value is 203 (79.69% from 255 or 30.43% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2CBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CBFE is #2D3401. Grayscale: #D2D2D2. Windows color (decimal): -2962434 or 16698322. OLE color: 16698322.
HSL color Cylindrical-coordinate representation of color #D2CBFE: hue angle of 248.24º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2CBFE is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 203 | 254 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.00 |
| HSL | 248.24º | 0.96% | 0.9% | - |
| HSV(B) | 248.24º | 0.2% | 1% | - |
| XYZ | 65.82 | 63.57 | 102.57 | - |
| YUV | 210.91 | 152.32 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 203 | 254 | 0.17 | 0.20 | 0 | 0.00 | 248.24 | 0.96 | 0.9 |
| Hex | D2 | CB | FE | 11 | 14 | 0 | 0 | F8 | 60 | 5A |
| Octal | 322 | 313 | 376 | 21 | 24 | 0 | 0 | 370 | 140 | 132 |
| Binary | 11010010 | 11001011 | 11111110 | 10001 | 10100 | 0 | 0 | 11111000 | 1100000 | 1011010 |
Color Harmonies of #D2CBFE
Complementary color
Monochromatic Colors of #D2CBFE
Black with #D2CBFE
Text Example
Text Example
White with #D2CBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CBFE; }
p { color: rgb(210,203,254); }
H1.HeaderClassName
{
color: #D2CBFE;
}
.AnyTagClassName
{
color: #D2CBFE;
}
</style>
background-color css
<style>
a { background-color: #D2CBFE; }
a { background-color: rgb(210,203,254); }
div.DivClassName
{
background-color: #D2CBFE;
}
.BgClassName
{
background-color: #D2CBFE;
}
</style>
border-color css
<style>
span { border-color: #D2CBFE; }
span { border-color: rgb(210,203,254); }
td.TdClassName
{
border-color: #D2CBFE;
}
.TagClassName
{
border-color: #D2CBFE;
}
</style>