Shades of Lavender Blue #D0CBFC
Tints of Lavender Blue #D0CBFC
RGB
CMYK
RGB Variations
Color information
#D0CBFC (or 0xD0CBFC) is known color: Lavender Blue. HEX triplet: D0, CB and FC. RGB value is (208,203,252). Sum of RGB (Red+Green+Blue) = 208+203+252=663 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.37% from 663); Green value is 203 (79.69% from 255 or 30.62% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 252 - color contains mainly: blue. Hex color #D0CBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CBFC is #2F3403. Grayscale: #D1D1D1. Windows color (decimal): -3093508 or 16567248. OLE color: 16567248.
HSL color Cylindrical-coordinate representation of color #D0CBFC: hue angle of 246.12º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0CBFC is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 203 | 252 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.01 |
| HSL | 246.12º | 0.89% | 0.89% | - |
| HSV(B) | 246.12º | 0.19% | 0.99% | - |
| XYZ | 64.94 | 63.15 | 100.86 | - |
| YUV | 210.08 | 151.66 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 203 | 252 | 0.17 | 0.19 | 0 | 0.01 | 246.12 | 0.89 | 0.89 |
| Hex | D0 | CB | FC | 11 | 13 | 0 | 1 | F6 | 59 | 59 |
| Octal | 320 | 313 | 374 | 21 | 23 | 0 | 1 | 366 | 131 | 131 |
| Binary | 11010000 | 11001011 | 11111100 | 10001 | 10011 | 0 | 1 | 11110110 | 1011001 | 1011001 |
Color Harmonies of #D0CBFC
Complementary color
Monochromatic Colors of #D0CBFC
Black with #D0CBFC
Text Example
Text Example
White with #D0CBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CBFC; }
p { color: rgb(208,203,252); }
H1.HeaderClassName
{
color: #D0CBFC;
}
.AnyTagClassName
{
color: #D0CBFC;
}
</style>
background-color css
<style>
a { background-color: #D0CBFC; }
a { background-color: rgb(208,203,252); }
div.DivClassName
{
background-color: #D0CBFC;
}
.BgClassName
{
background-color: #D0CBFC;
}
</style>
border-color css
<style>
span { border-color: #D0CBFC; }
span { border-color: rgb(208,203,252); }
td.TdClassName
{
border-color: #D0CBFC;
}
.TagClassName
{
border-color: #D0CBFC;
}
</style>