Shades of Lavender Blue #D4CFFF
Tints of Lavender Blue #D4CFFF
RGB
CMYK
RGB Variations
Color information
#D4CFFF (or 0xD4CFFF) is known color: Lavender Blue. HEX triplet: D4, CF and FF. RGB value is (212,207,255). Sum of RGB (Red+Green+Blue) = 212+207+255=674 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.45% from 674); Green value is 207 (81.25% from 255 or 30.71% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4CFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CFFF is #2B3000. Grayscale: #D5D5D5. Windows color (decimal): -2830337 or 16764884. OLE color: 16764884.
HSL color Cylindrical-coordinate representation of color #D4CFFF: hue angle of 246.25º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4CFFF is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 207 | 255 | - |
| CMYK | 0.17 | 0.19 | 0 | 0 |
| HSL | 246.25º | 1% | 0.91% | - |
| HSV(B) | 246.25º | 0.19% | 1% | - |
| XYZ | 67.51 | 65.84 | 103.76 | - |
| YUV | 213.97 | 151.16 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 207 | 255 | 0.17 | 0.19 | 0 | 0 | 246.25 | 1 | 0.91 |
| Hex | D4 | CF | FF | 11 | 13 | 0 | 0 | F6 | 64 | 5B |
| Octal | 324 | 317 | 377 | 21 | 23 | 0 | 0 | 366 | 144 | 133 |
| Binary | 11010100 | 11001111 | 11111111 | 10001 | 10011 | 0 | 0 | 11110110 | 1100100 | 1011011 |
Color Harmonies of #D4CFFF
Complementary color
Monochromatic Colors of #D4CFFF
Black with #D4CFFF
Text Example
Text Example
White with #D4CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CFFF; }
p { color: rgb(212,207,255); }
H1.HeaderClassName
{
color: #D4CFFF;
}
.AnyTagClassName
{
color: #D4CFFF;
}
</style>
background-color css
<style>
a { background-color: #D4CFFF; }
a { background-color: rgb(212,207,255); }
div.DivClassName
{
background-color: #D4CFFF;
}
.BgClassName
{
background-color: #D4CFFF;
}
</style>
border-color css
<style>
span { border-color: #D4CFFF; }
span { border-color: rgb(212,207,255); }
td.TdClassName
{
border-color: #D4CFFF;
}
.TagClassName
{
border-color: #D4CFFF;
}
</style>