Shades of Lavender Blue #D0CBFE
Tints of Lavender Blue #D0CBFE
RGB
CMYK
RGB Variations
Color information
#D0CBFE (or 0xD0CBFE) is known color: Lavender Blue. HEX triplet: D0, CB and FE. RGB value is (208,203,254). Sum of RGB (Red+Green+Blue) = 208+203+254=665 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.28% from 665); Green value is 203 (79.69% from 255 or 30.53% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #D0CBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CBFE is #2F3401. Grayscale: #D2D2D2. Windows color (decimal): -3093506 or 16698320. OLE color: 16698320.
HSL color Cylindrical-coordinate representation of color #D0CBFE: hue angle of 245.88º 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 #D0CBFE is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 203 | 254 | - |
| CMYK | 0.18 | 0.20 | 0 | 0.00 |
| HSL | 245.88º | 0.96% | 0.9% | - |
| HSV(B) | 245.88º | 0.2% | 1% | - |
| XYZ | 65.26 | 63.28 | 102.54 | - |
| YUV | 210.31 | 152.66 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 203 | 254 | 0.18 | 0.20 | 0 | 0.00 | 245.88 | 0.96 | 0.9 |
| Hex | D0 | CB | FE | 12 | 14 | 0 | 0 | F6 | 60 | 5A |
| Octal | 320 | 313 | 376 | 22 | 24 | 0 | 0 | 366 | 140 | 132 |
| Binary | 11010000 | 11001011 | 11111110 | 10010 | 10100 | 0 | 0 | 11110110 | 1100000 | 1011010 |
Color Harmonies of #D0CBFE
Complementary color
Monochromatic Colors of #D0CBFE
Black with #D0CBFE
Text Example
Text Example
White with #D0CBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CBFE; }
p { color: rgb(208,203,254); }
H1.HeaderClassName
{
color: #D0CBFE;
}
.AnyTagClassName
{
color: #D0CBFE;
}
</style>
background-color css
<style>
a { background-color: #D0CBFE; }
a { background-color: rgb(208,203,254); }
div.DivClassName
{
background-color: #D0CBFE;
}
.BgClassName
{
background-color: #D0CBFE;
}
</style>
border-color css
<style>
span { border-color: #D0CBFE; }
span { border-color: rgb(208,203,254); }
td.TdClassName
{
border-color: #D0CBFE;
}
.TagClassName
{
border-color: #D0CBFE;
}
</style>