Shades of Lavender Blue #D0CDFF
Tints of Lavender Blue #D0CDFF
RGB
CMYK
RGB Variations
Color information
#D0CDFF (or 0xD0CDFF) is known color: Lavender Blue. HEX triplet: D0, CD and FF. RGB value is (208,205,255). Sum of RGB (Red+Green+Blue) = 208+205+255=668 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.14% from 668); Green value is 205 (80.47% from 255 or 30.69% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0CDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CDFF is #2F3200. Grayscale: #D3D3D3. Windows color (decimal): -3092993 or 16764368. OLE color: 16764368.
HSL color Cylindrical-coordinate representation of color #D0CDFF: hue angle of 243.6º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0CDFF is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 205 | 255 | - |
| CMYK | 0.18 | 0.20 | 0 | 0 |
| HSL | 243.6º | 1% | 0.9% | - |
| HSV(B) | 243.6º | 0.2% | 1% | - |
| XYZ | 65.89 | 64.29 | 103.54 | - |
| YUV | 211.6 | 152.49 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 205 | 255 | 0.18 | 0.20 | 0 | 0 | 243.6 | 1 | 0.9 |
| Hex | D0 | CD | FF | 12 | 14 | 0 | 0 | F4 | 64 | 5A |
| Octal | 320 | 315 | 377 | 22 | 24 | 0 | 0 | 364 | 144 | 132 |
| Binary | 11010000 | 11001101 | 11111111 | 10010 | 10100 | 0 | 0 | 11110100 | 1100100 | 1011010 |
Color Harmonies of #D0CDFF
Complementary color
Monochromatic Colors of #D0CDFF
Black with #D0CDFF
Text Example
Text Example
White with #D0CDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CDFF; }
p { color: rgb(208,205,255); }
H1.HeaderClassName
{
color: #D0CDFF;
}
.AnyTagClassName
{
color: #D0CDFF;
}
</style>
background-color css
<style>
a { background-color: #D0CDFF; }
a { background-color: rgb(208,205,255); }
div.DivClassName
{
background-color: #D0CDFF;
}
.BgClassName
{
background-color: #D0CDFF;
}
</style>
border-color css
<style>
span { border-color: #D0CDFF; }
span { border-color: rgb(208,205,255); }
td.TdClassName
{
border-color: #D0CDFF;
}
.TagClassName
{
border-color: #D0CDFF;
}
</style>