Shades of Lavender Blue #D0C8FD
Tints of Lavender Blue #D0C8FD
RGB
CMYK
RGB Variations
Color information
#D0C8FD (or 0xD0C8FD) is known color: Lavender Blue. HEX triplet: D0, C8 and FD. RGB value is (208,200,253). Sum of RGB (Red+Green+Blue) = 208+200+253=661 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.47% from 661); Green value is 200 (78.52% from 255 or 30.26% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 253 - color contains mainly: blue. Hex color #D0C8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C8FD is #2F3702. Grayscale: #D0D0D0. Windows color (decimal): -3094275 or 16632016. OLE color: 16632016.
HSL color Cylindrical-coordinate representation of color #D0C8FD: hue angle of 249.06º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0C8FD is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 200 | 253 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.01 |
| HSL | 249.06º | 0.93% | 0.89% | - |
| HSV(B) | 249.06º | 0.21% | 0.99% | - |
| XYZ | 64.4 | 61.81 | 101.47 | - |
| YUV | 208.43 | 153.15 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 200 | 253 | 0.18 | 0.21 | 0 | 0.01 | 249.06 | 0.93 | 0.89 |
| Hex | D0 | C8 | FD | 12 | 15 | 0 | 1 | F9 | 5D | 59 |
| Octal | 320 | 310 | 375 | 22 | 25 | 0 | 1 | 371 | 135 | 131 |
| Binary | 11010000 | 11001000 | 11111101 | 10010 | 10101 | 0 | 1 | 11111001 | 1011101 | 1011001 |
Color Harmonies of #D0C8FD
Complementary color
Monochromatic Colors of #D0C8FD
Black with #D0C8FD
Text Example
Text Example
White with #D0C8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C8FD; }
p { color: rgb(208,200,253); }
H1.HeaderClassName
{
color: #D0C8FD;
}
.AnyTagClassName
{
color: #D0C8FD;
}
</style>
background-color css
<style>
a { background-color: #D0C8FD; }
a { background-color: rgb(208,200,253); }
div.DivClassName
{
background-color: #D0C8FD;
}
.BgClassName
{
background-color: #D0C8FD;
}
</style>
border-color css
<style>
span { border-color: #D0C8FD; }
span { border-color: rgb(208,200,253); }
td.TdClassName
{
border-color: #D0C8FD;
}
.TagClassName
{
border-color: #D0C8FD;
}
</style>