Shades of Lavender Blue #D0CBFF
Tints of Lavender Blue #D0CBFF
RGB
CMYK
RGB Variations
Color information
#D0CBFF (or 0xD0CBFF) is known color: Lavender Blue. HEX triplet: D0, CB and FF. RGB value is (208,203,255). Sum of RGB (Red+Green+Blue) = 208+203+255=666 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.23% from 666); Green value is 203 (79.69% from 255 or 30.48% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0CBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CBFF is #2F3400. Grayscale: #D2D2D2. Windows color (decimal): -3093505 or 16763856. OLE color: 16763856.
HSL color Cylindrical-coordinate representation of color #D0CBFF: hue angle of 245.77º 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 #D0CBFF is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 203 | 255 | - |
| CMYK | 0.18 | 0.20 | 0 | 0 |
| HSL | 245.77º | 1% | 0.9% | - |
| HSV(B) | 245.77º | 0.2% | 1% | - |
| XYZ | 65.42 | 63.34 | 103.39 | - |
| YUV | 210.42 | 153.16 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 203 | 255 | 0.18 | 0.20 | 0 | 0 | 245.77 | 1 | 0.9 |
| Hex | D0 | CB | FF | 12 | 14 | 0 | 0 | F6 | 64 | 5A |
| Octal | 320 | 313 | 377 | 22 | 24 | 0 | 0 | 366 | 144 | 132 |
| Binary | 11010000 | 11001011 | 11111111 | 10010 | 10100 | 0 | 0 | 11110110 | 1100100 | 1011010 |
Color Harmonies of #D0CBFF
Complementary color
Monochromatic Colors of #D0CBFF
Black with #D0CBFF
Text Example
Text Example
White with #D0CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CBFF; }
p { color: rgb(208,203,255); }
H1.HeaderClassName
{
color: #D0CBFF;
}
.AnyTagClassName
{
color: #D0CBFF;
}
</style>
background-color css
<style>
a { background-color: #D0CBFF; }
a { background-color: rgb(208,203,255); }
div.DivClassName
{
background-color: #D0CBFF;
}
.BgClassName
{
background-color: #D0CBFF;
}
</style>
border-color css
<style>
span { border-color: #D0CBFF; }
span { border-color: rgb(208,203,255); }
td.TdClassName
{
border-color: #D0CBFF;
}
.TagClassName
{
border-color: #D0CBFF;
}
</style>