Shades of Lavender Blue #D0CFFA
Tints of Lavender Blue #D0CFFA
RGB
CMYK
RGB Variations
Color information
#D0CFFA (or 0xD0CFFA) is known color: Lavender Blue. HEX triplet: D0, CF and FA. RGB value is (208,207,250). Sum of RGB (Red+Green+Blue) = 208+207+250=665 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.28% from 665); Green value is 207 (81.25% from 255 or 31.13% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #D0CFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CFFA is #2F3005. Grayscale: #D4D4D4. Windows color (decimal): -3092486 or 16437200. OLE color: 16437200.
HSL color Cylindrical-coordinate representation of color #D0CFFA: hue angle of 241.4º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0CFFA is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 207 | 250 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.02 |
| HSL | 241.4º | 0.81% | 0.9% | - |
| HSV(B) | 241.4º | 0.17% | 0.98% | - |
| XYZ | 65.58 | 64.94 | 99.52 | - |
| YUV | 212.2 | 149.33 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 250 | 0.17 | 0.17 | 0 | 0.02 | 241.4 | 0.81 | 0.9 |
| Hex | D0 | CF | FA | 11 | 11 | 0 | 2 | F1 | 51 | 5A |
| Octal | 320 | 317 | 372 | 21 | 21 | 0 | 2 | 361 | 121 | 132 |
| Binary | 11010000 | 11001111 | 11111010 | 10001 | 10001 | 0 | 10 | 11110001 | 1010001 | 1011010 |
Color Harmonies of #D0CFFA
Complementary color
Monochromatic Colors of #D0CFFA
Black with #D0CFFA
Text Example
Text Example
White with #D0CFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CFFA; }
p { color: rgb(208,207,250); }
H1.HeaderClassName
{
color: #D0CFFA;
}
.AnyTagClassName
{
color: #D0CFFA;
}
</style>
background-color css
<style>
a { background-color: #D0CFFA; }
a { background-color: rgb(208,207,250); }
div.DivClassName
{
background-color: #D0CFFA;
}
.BgClassName
{
background-color: #D0CFFA;
}
</style>
border-color css
<style>
span { border-color: #D0CFFA; }
span { border-color: rgb(208,207,250); }
td.TdClassName
{
border-color: #D0CFFA;
}
.TagClassName
{
border-color: #D0CFFA;
}
</style>