Shades of Lavender Blue #D0C6FF
Tints of Lavender Blue #D0C6FF
RGB
CMYK
RGB Variations
Color information
#D0C6FF (or 0xD0C6FF) is known color: Lavender Blue. HEX triplet: D0, C6 and FF. RGB value is (208,198,255). Sum of RGB (Red+Green+Blue) = 208+198+255=661 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.47% from 661); Green value is 198 (77.73% from 255 or 29.95% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0C6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C6FF is #2F3900. Grayscale: #CFCFCF. Windows color (decimal): -3094785 or 16762576. OLE color: 16762576.
HSL color Cylindrical-coordinate representation of color #D0C6FF: hue angle of 250.53º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0C6FF is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 198 | 255 | - |
| CMYK | 0.18 | 0.22 | 0 | 0 |
| HSL | 250.53º | 1% | 0.89% | - |
| HSV(B) | 250.53º | 0.22% | 1% | - |
| XYZ | 64.26 | 61.02 | 103 | - |
| YUV | 207.49 | 154.81 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 198 | 255 | 0.18 | 0.22 | 0 | 0 | 250.53 | 1 | 0.89 |
| Hex | D0 | C6 | FF | 12 | 16 | 0 | 0 | FB | 64 | 59 |
| Octal | 320 | 306 | 377 | 22 | 26 | 0 | 0 | 373 | 144 | 131 |
| Binary | 11010000 | 11000110 | 11111111 | 10010 | 10110 | 0 | 0 | 11111011 | 1100100 | 1011001 |
Color Harmonies of #D0C6FF
Complementary color
Monochromatic Colors of #D0C6FF
Black with #D0C6FF
Text Example
Text Example
White with #D0C6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C6FF; }
p { color: rgb(208,198,255); }
H1.HeaderClassName
{
color: #D0C6FF;
}
.AnyTagClassName
{
color: #D0C6FF;
}
</style>
background-color css
<style>
a { background-color: #D0C6FF; }
a { background-color: rgb(208,198,255); }
div.DivClassName
{
background-color: #D0C6FF;
}
.BgClassName
{
background-color: #D0C6FF;
}
</style>
border-color css
<style>
span { border-color: #D0C6FF; }
span { border-color: rgb(208,198,255); }
td.TdClassName
{
border-color: #D0C6FF;
}
.TagClassName
{
border-color: #D0C6FF;
}
</style>