Shades of Lavender Blue #D7CBFE
Tints of Lavender Blue #D7CBFE
RGB
CMYK
RGB Variations
Color information
#D7CBFE (or 0xD7CBFE) is known color: Lavender Blue. HEX triplet: D7, CB and FE. RGB value is (215,203,254). Sum of RGB (Red+Green+Blue) = 215+203+254=672 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.99% from 672); Green value is 203 (79.69% from 255 or 30.21% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #D7CBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CBFE is #283401. Grayscale: #D4D4D4. Windows color (decimal): -2634754 or 16698327. OLE color: 16698327.
HSL color Cylindrical-coordinate representation of color #D7CBFE: hue angle of 254.12º 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 #D7CBFE is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 203 | 254 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.00 |
| HSL | 254.12º | 0.96% | 0.9% | - |
| HSV(B) | 254.12º | 0.2% | 1% | - |
| XYZ | 67.27 | 64.31 | 102.63 | - |
| YUV | 212.4 | 151.48 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 203 | 254 | 0.15 | 0.20 | 0 | 0.00 | 254.12 | 0.96 | 0.9 |
| Hex | D7 | CB | FE | F | 14 | 0 | 0 | FE | 60 | 5A |
| Octal | 327 | 313 | 376 | 17 | 24 | 0 | 0 | 376 | 140 | 132 |
| Binary | 11010111 | 11001011 | 11111110 | 1111 | 10100 | 0 | 0 | 11111110 | 1100000 | 1011010 |
Color Harmonies of #D7CBFE
Complementary color
Monochromatic Colors of #D7CBFE
Black with #D7CBFE
Text Example
Text Example
White with #D7CBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CBFE; }
p { color: rgb(215,203,254); }
H1.HeaderClassName
{
color: #D7CBFE;
}
.AnyTagClassName
{
color: #D7CBFE;
}
</style>
background-color css
<style>
a { background-color: #D7CBFE; }
a { background-color: rgb(215,203,254); }
div.DivClassName
{
background-color: #D7CBFE;
}
.BgClassName
{
background-color: #D7CBFE;
}
</style>
border-color css
<style>
span { border-color: #D7CBFE; }
span { border-color: rgb(215,203,254); }
td.TdClassName
{
border-color: #D7CBFE;
}
.TagClassName
{
border-color: #D7CBFE;
}
</style>