Shades of Lavender Blue #D1CCF5
Tints of Lavender Blue #D1CCF5
RGB
CMYK
RGB Variations
Color information
#D1CCF5 (or 0xD1CCF5) is known color: Lavender Blue. HEX triplet: D1, CC and F5. RGB value is (209,204,245). Sum of RGB (Red+Green+Blue) = 209+204+245=658 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.76% from 658); Green value is 204 (80.08% from 255 or 31.00% from 658); Blue value is 245 (96.09% from 255 or 37.23% from 658); Max value from RGB is 245 - color contains mainly: blue. Hex color #D1CCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CCF5 is #2E330A. Grayscale: #D2D2D2. Windows color (decimal): -3027723 or 16108753. OLE color: 16108753.
HSL color Cylindrical-coordinate representation of color #D1CCF5: hue angle of 247.32º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1CCF5 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 204 | 245 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.04 |
| HSL | 247.32º | 0.67% | 0.88% | - |
| HSV(B) | 247.32º | 0.17% | 0.96% | - |
| XYZ | 64.37 | 63.33 | 95.22 | - |
| YUV | 210.17 | 147.66 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 204 | 245 | 0.15 | 0.17 | 0 | 0.04 | 247.32 | 0.67 | 0.88 |
| Hex | D1 | CC | F5 | F | 11 | 0 | 4 | F7 | 43 | 58 |
| Octal | 321 | 314 | 365 | 17 | 21 | 0 | 4 | 367 | 103 | 130 |
| Binary | 11010001 | 11001100 | 11110101 | 1111 | 10001 | 0 | 100 | 11110111 | 1000011 | 1011000 |
Color Harmonies of #D1CCF5
Complementary color
Monochromatic Colors of #D1CCF5
Black with #D1CCF5
Text Example
Text Example
White with #D1CCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CCF5; }
p { color: rgb(209,204,245); }
H1.HeaderClassName
{
color: #D1CCF5;
}
.AnyTagClassName
{
color: #D1CCF5;
}
</style>
background-color css
<style>
a { background-color: #D1CCF5; }
a { background-color: rgb(209,204,245); }
div.DivClassName
{
background-color: #D1CCF5;
}
.BgClassName
{
background-color: #D1CCF5;
}
</style>
border-color css
<style>
span { border-color: #D1CCF5; }
span { border-color: rgb(209,204,245); }
td.TdClassName
{
border-color: #D1CCF5;
}
.TagClassName
{
border-color: #D1CCF5;
}
</style>