Shades of Lavender Blue #D0CFF8
Tints of Lavender Blue #D0CFF8
RGB
CMYK
RGB Variations
Color information
#D0CFF8 (or 0xD0CFF8) is known color: Lavender Blue. HEX triplet: D0, CF and F8. RGB value is (208,207,248). Sum of RGB (Red+Green+Blue) = 208+207+248=663 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.37% from 663); Green value is 207 (81.25% from 255 or 31.22% from 663); Blue value is 248 (97.27% from 255 or 37.41% from 663); Max value from RGB is 248 - color contains mainly: blue. Hex color #D0CFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CFF8 is #2F3007. Grayscale: #D3D3D3. Windows color (decimal): -3092488 or 16306128. OLE color: 16306128.
HSL color Cylindrical-coordinate representation of color #D0CFF8: hue angle of 241.46º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0CFF8 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 207 | 248 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.03 |
| HSL | 241.46º | 0.75% | 0.89% | - |
| HSV(B) | 241.46º | 0.17% | 0.97% | - |
| XYZ | 65.27 | 64.81 | 97.88 | - |
| YUV | 211.97 | 148.33 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 248 | 0.16 | 0.17 | 0 | 0.03 | 241.46 | 0.75 | 0.89 |
| Hex | D0 | CF | F8 | 10 | 11 | 0 | 3 | F1 | 4B | 59 |
| Octal | 320 | 317 | 370 | 20 | 21 | 0 | 3 | 361 | 113 | 131 |
| Binary | 11010000 | 11001111 | 11111000 | 10000 | 10001 | 0 | 11 | 11110001 | 1001011 | 1011001 |
Color Harmonies of #D0CFF8
Complementary color
Monochromatic Colors of #D0CFF8
Black with #D0CFF8
Text Example
Text Example
White with #D0CFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CFF8; }
p { color: rgb(208,207,248); }
H1.HeaderClassName
{
color: #D0CFF8;
}
.AnyTagClassName
{
color: #D0CFF8;
}
</style>
background-color css
<style>
a { background-color: #D0CFF8; }
a { background-color: rgb(208,207,248); }
div.DivClassName
{
background-color: #D0CFF8;
}
.BgClassName
{
background-color: #D0CFF8;
}
</style>
border-color css
<style>
span { border-color: #D0CFF8; }
span { border-color: rgb(208,207,248); }
td.TdClassName
{
border-color: #D0CFF8;
}
.TagClassName
{
border-color: #D0CFF8;
}
</style>