Shades of Lavender Blue #D5CDFC
Tints of Lavender Blue #D5CDFC
RGB
CMYK
RGB Variations
Color information
#D5CDFC (or 0xD5CDFC) is known color: Lavender Blue. HEX triplet: D5, CD and FC. RGB value is (213,205,252). Sum of RGB (Red+Green+Blue) = 213+205+252=670 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.79% from 670); Green value is 205 (80.47% from 255 or 30.60% from 670); Blue value is 252 (98.83% from 255 or 37.61% from 670); Max value from RGB is 252 - color contains mainly: blue. Hex color #D5CDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CDFC is #2A3203. Grayscale: #D4D4D4. Windows color (decimal): -2765316 or 16567765. OLE color: 16567765.
HSL color Cylindrical-coordinate representation of color #D5CDFC: hue angle of 250.21º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5CDFC is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 213 | 205 | 252 | - |
CMYK | 0.15 | 0.19 | 0 | 0.01 |
HSL | 250.21º | 0.89% | 0.9% | - |
HSV(B) | 250.21º | 0.19% | 0.99% | - |
XYZ | 66.84 | 64.84 | 101.09 | - |
YUV | 212.75 | 150.15 | 128.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 205 | 252 | 0.15 | 0.19 | 0 | 0.01 | 250.21 | 0.89 | 0.9 |
Hex | D5 | CD | FC | F | 13 | 0 | 1 | FA | 59 | 5A |
Octal | 325 | 315 | 374 | 17 | 23 | 0 | 1 | 372 | 131 | 132 |
Binary | 11010101 | 11001101 | 11111100 | 1111 | 10011 | 0 | 1 | 11111010 | 1011001 | 1011010 |
Color Harmonies of #D5CDFC
Complementary color
Monochromatic Colors of #D5CDFC
Black with #D5CDFC
Text Example
Text Example
White with #D5CDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CDFC; }
p { color: rgb(213,205,252); }
H1.HeaderClassName
{
color: #D5CDFC;
}
.AnyTagClassName
{
color: #D5CDFC;
}
</style>
background-color css
<style>
a { background-color: #D5CDFC; }
a { background-color: rgb(213,205,252); }
div.DivClassName
{
background-color: #D5CDFC;
}
.BgClassName
{
background-color: #D5CDFC;
}
</style>
border-color css
<style>
span { border-color: #D5CDFC; }
span { border-color: rgb(213,205,252); }
td.TdClassName
{
border-color: #D5CDFC;
}
.TagClassName
{
border-color: #D5CDFC;
}
</style>