Shades of Lavender Blue #D0C6FE
Tints of Lavender Blue #D0C6FE
RGB
CMYK
RGB Variations
Color information
#D0C6FE (or 0xD0C6FE) is known color: Lavender Blue. HEX triplet: D0, C6 and FE. RGB value is (208,198,254). Sum of RGB (Red+Green+Blue) = 208+198+254=660 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.52% from 660); Green value is 198 (77.73% from 255 or 30% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #D0C6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C6FE is #2F3901. Grayscale: #CFCFCF. Windows color (decimal): -3094786 or 16697040. OLE color: 16697040.
HSL color Cylindrical-coordinate representation of color #D0C6FE: hue angle of 250.71º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0C6FE is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 198 | 254 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.00 |
| HSL | 250.71º | 0.97% | 0.89% | - |
| HSV(B) | 250.71º | 0.22% | 1% | - |
| XYZ | 64.1 | 60.95 | 102.15 | - |
| YUV | 207.37 | 154.31 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 198 | 254 | 0.18 | 0.22 | 0 | 0.00 | 250.71 | 0.97 | 0.89 |
| Hex | D0 | C6 | FE | 12 | 16 | 0 | 0 | FB | 61 | 59 |
| Octal | 320 | 306 | 376 | 22 | 26 | 0 | 0 | 373 | 141 | 131 |
| Binary | 11010000 | 11000110 | 11111110 | 10010 | 10110 | 0 | 0 | 11111011 | 1100001 | 1011001 |
Color Harmonies of #D0C6FE
Complementary color
Monochromatic Colors of #D0C6FE
Black with #D0C6FE
Text Example
Text Example
White with #D0C6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C6FE; }
p { color: rgb(208,198,254); }
H1.HeaderClassName
{
color: #D0C6FE;
}
.AnyTagClassName
{
color: #D0C6FE;
}
</style>
background-color css
<style>
a { background-color: #D0C6FE; }
a { background-color: rgb(208,198,254); }
div.DivClassName
{
background-color: #D0C6FE;
}
.BgClassName
{
background-color: #D0C6FE;
}
</style>
border-color css
<style>
span { border-color: #D0C6FE; }
span { border-color: rgb(208,198,254); }
td.TdClassName
{
border-color: #D0C6FE;
}
.TagClassName
{
border-color: #D0C6FE;
}
</style>