Shades of Lavender Blue #D5CFFE
Tints of Lavender Blue #D5CFFE
RGB
CMYK
RGB Variations
Color information
#D5CFFE (or 0xD5CFFE) is known color: Lavender Blue. HEX triplet: D5, CF and FE. RGB value is (213,207,254). Sum of RGB (Red+Green+Blue) = 213+207+254=674 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.60% from 674); Green value is 207 (81.25% from 255 or 30.71% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5CFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CFFE is #2A3001. Grayscale: #D5D5D5. Windows color (decimal): -2764802 or 16699349. OLE color: 16699349.
HSL color Cylindrical-coordinate representation of color #D5CFFE: hue angle of 247.66º 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 #D5CFFE is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 207 | 254 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.00 |
| HSL | 247.66º | 0.96% | 0.9% | - |
| HSV(B) | 247.66º | 0.19% | 1% | - |
| XYZ | 67.64 | 65.93 | 102.93 | - |
| YUV | 214.15 | 150.49 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 254 | 0.16 | 0.19 | 0 | 0.00 | 247.66 | 0.96 | 0.9 |
| Hex | D5 | CF | FE | 10 | 13 | 0 | 0 | F8 | 60 | 5A |
| Octal | 325 | 317 | 376 | 20 | 23 | 0 | 0 | 370 | 140 | 132 |
| Binary | 11010101 | 11001111 | 11111110 | 10000 | 10011 | 0 | 0 | 11111000 | 1100000 | 1011010 |
Color Harmonies of #D5CFFE
Complementary color
Monochromatic Colors of #D5CFFE
Black with #D5CFFE
Text Example
Text Example
White with #D5CFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CFFE; }
p { color: rgb(213,207,254); }
H1.HeaderClassName
{
color: #D5CFFE;
}
.AnyTagClassName
{
color: #D5CFFE;
}
</style>
background-color css
<style>
a { background-color: #D5CFFE; }
a { background-color: rgb(213,207,254); }
div.DivClassName
{
background-color: #D5CFFE;
}
.BgClassName
{
background-color: #D5CFFE;
}
</style>
border-color css
<style>
span { border-color: #D5CFFE; }
span { border-color: rgb(213,207,254); }
td.TdClassName
{
border-color: #D5CFFE;
}
.TagClassName
{
border-color: #D5CFFE;
}
</style>