Shades of Lavender Blue #D5CCFF
Tints of Lavender Blue #D5CCFF
RGB
CMYK
RGB Variations
Color information
#D5CCFF (or 0xD5CCFF) is known color: Lavender Blue. HEX triplet: D5, CC and FF. RGB value is (213,204,255). Sum of RGB (Red+Green+Blue) = 213+204+255=672 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.70% from 672); Green value is 204 (80.08% from 255 or 30.36% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5CCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CCFF is #2A3300. Grayscale: #D4D4D4. Windows color (decimal): -2765569 or 16764117. OLE color: 16764117.
HSL color Cylindrical-coordinate representation of color #D5CCFF: hue angle of 250.59º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5CCFF is Cyan = 0.16, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 204 | 255 | - |
| CMYK | 0.16 | 0.2 | 0 | 0 |
| HSL | 250.59º | 1% | 0.9% | - |
| HSV(B) | 250.59º | 0.2% | 1% | - |
| XYZ | 67.08 | 64.55 | 103.53 | - |
| YUV | 212.51 | 151.98 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 204 | 255 | 0.16 | 0.2 | 0 | 0 | 250.59 | 1 | 0.9 |
| Hex | D5 | CC | FF | 10 | 14 | 0 | 0 | FB | 64 | 5A |
| Octal | 325 | 314 | 377 | 20 | 24 | 0 | 0 | 373 | 144 | 132 |
| Binary | 11010101 | 11001100 | 11111111 | 10000 | 10100 | 0 | 0 | 11111011 | 1100100 | 1011010 |
Color Harmonies of #D5CCFF
Complementary color
Monochromatic Colors of #D5CCFF
Black with #D5CCFF
Text Example
Text Example
White with #D5CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CCFF; }
p { color: rgb(213,204,255); }
H1.HeaderClassName
{
color: #D5CCFF;
}
.AnyTagClassName
{
color: #D5CCFF;
}
</style>
background-color css
<style>
a { background-color: #D5CCFF; }
a { background-color: rgb(213,204,255); }
div.DivClassName
{
background-color: #D5CCFF;
}
.BgClassName
{
background-color: #D5CCFF;
}
</style>
border-color css
<style>
span { border-color: #D5CCFF; }
span { border-color: rgb(213,204,255); }
td.TdClassName
{
border-color: #D5CCFF;
}
.TagClassName
{
border-color: #D5CCFF;
}
</style>