Shades of Lavender Blue #D8CBFE
Tints of Lavender Blue #D8CBFE
RGB
CMYK
RGB Variations
Color information
#D8CBFE (or 0xD8CBFE) is known color: Lavender Blue. HEX triplet: D8, CB and FE. RGB value is (216,203,254). Sum of RGB (Red+Green+Blue) = 216+203+254=673 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.10% from 673); Green value is 203 (79.69% from 255 or 30.16% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8CBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CBFE is #273401. Grayscale: #D4D4D4. Windows color (decimal): -2569218 or 16698328. OLE color: 16698328.
HSL color Cylindrical-coordinate representation of color #D8CBFE: hue angle of 255.29º 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 #D8CBFE is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 203 | 254 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.00 |
| HSL | 255.29º | 0.96% | 0.9% | - |
| HSV(B) | 255.29º | 0.2% | 1% | - |
| XYZ | 67.56 | 64.47 | 102.65 | - |
| YUV | 212.7 | 151.31 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 203 | 254 | 0.15 | 0.20 | 0 | 0.00 | 255.29 | 0.96 | 0.9 |
| Hex | D8 | CB | FE | F | 14 | 0 | 0 | FF | 60 | 5A |
| Octal | 330 | 313 | 376 | 17 | 24 | 0 | 0 | 377 | 140 | 132 |
| Binary | 11011000 | 11001011 | 11111110 | 1111 | 10100 | 0 | 0 | 11111111 | 1100000 | 1011010 |
Color Harmonies of #D8CBFE
Complementary color
Monochromatic Colors of #D8CBFE
Black with #D8CBFE
Text Example
Text Example
White with #D8CBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CBFE; }
p { color: rgb(216,203,254); }
H1.HeaderClassName
{
color: #D8CBFE;
}
.AnyTagClassName
{
color: #D8CBFE;
}
</style>
background-color css
<style>
a { background-color: #D8CBFE; }
a { background-color: rgb(216,203,254); }
div.DivClassName
{
background-color: #D8CBFE;
}
.BgClassName
{
background-color: #D8CBFE;
}
</style>
border-color css
<style>
span { border-color: #D8CBFE; }
span { border-color: rgb(216,203,254); }
td.TdClassName
{
border-color: #D8CBFE;
}
.TagClassName
{
border-color: #D8CBFE;
}
</style>