Shades of Lavender Blue #D4CFFE
Tints of Lavender Blue #D4CFFE
RGB
CMYK
RGB Variations
Color information
#D4CFFE (or 0xD4CFFE) is known color: Lavender Blue. HEX triplet: D4, CF and FE. RGB value is (212,207,254). Sum of RGB (Red+Green+Blue) = 212+207+254=673 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.50% from 673); Green value is 207 (81.25% from 255 or 30.76% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #D4CFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CFFE is #2B3001. Grayscale: #D5D5D5. Windows color (decimal): -2830338 or 16699348. OLE color: 16699348.
HSL color Cylindrical-coordinate representation of color #D4CFFE: hue angle of 246.38º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4CFFE is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 207 | 254 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.00 |
| HSL | 246.38º | 0.96% | 0.9% | - |
| HSV(B) | 246.38º | 0.19% | 1% | - |
| XYZ | 67.35 | 65.78 | 102.91 | - |
| YUV | 213.85 | 150.66 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 207 | 254 | 0.17 | 0.19 | 0 | 0.00 | 246.38 | 0.96 | 0.9 |
| Hex | D4 | CF | FE | 11 | 13 | 0 | 0 | F6 | 60 | 5A |
| Octal | 324 | 317 | 376 | 21 | 23 | 0 | 0 | 366 | 140 | 132 |
| Binary | 11010100 | 11001111 | 11111110 | 10001 | 10011 | 0 | 0 | 11110110 | 1100000 | 1011010 |
Color Harmonies of #D4CFFE
Complementary color
Monochromatic Colors of #D4CFFE
Black with #D4CFFE
Text Example
Text Example
White with #D4CFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CFFE; }
p { color: rgb(212,207,254); }
H1.HeaderClassName
{
color: #D4CFFE;
}
.AnyTagClassName
{
color: #D4CFFE;
}
</style>
background-color css
<style>
a { background-color: #D4CFFE; }
a { background-color: rgb(212,207,254); }
div.DivClassName
{
background-color: #D4CFFE;
}
.BgClassName
{
background-color: #D4CFFE;
}
</style>
border-color css
<style>
span { border-color: #D4CFFE; }
span { border-color: rgb(212,207,254); }
td.TdClassName
{
border-color: #D4CFFE;
}
.TagClassName
{
border-color: #D4CFFE;
}
</style>