Shades of Lavender Blue #D4CCF7
Tints of Lavender Blue #D4CCF7
RGB
CMYK
RGB Variations
Color information
#D4CCF7 (or 0xD4CCF7) is known color: Lavender Blue. HEX triplet: D4, CC and F7. RGB value is (212,204,247). Sum of RGB (Red+Green+Blue) = 212+204+247=663 (87% of max value = 765). Red value is 212 (83.20% from 255 or 31.98% from 663); Green value is 204 (80.08% from 255 or 30.77% from 663); Blue value is 247 (96.88% from 255 or 37.25% from 663); Max value from RGB is 247 - color contains mainly: blue. Hex color #D4CCF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CCF7 is #2B3308. Grayscale: #D3D3D3. Windows color (decimal): -2831113 or 16239828. OLE color: 16239828.
HSL color Cylindrical-coordinate representation of color #D4CCF7: hue angle of 251.16º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4CCF7 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 204 | 247 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.03 |
| HSL | 251.16º | 0.73% | 0.88% | - |
| HSV(B) | 251.16º | 0.17% | 0.97% | - |
| XYZ | 65.53 | 63.9 | 96.88 | - |
| YUV | 211.29 | 148.15 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 204 | 247 | 0.14 | 0.17 | 0 | 0.03 | 251.16 | 0.73 | 0.88 |
| Hex | D4 | CC | F7 | E | 11 | 0 | 3 | FB | 49 | 58 |
| Octal | 324 | 314 | 367 | 16 | 21 | 0 | 3 | 373 | 111 | 130 |
| Binary | 11010100 | 11001100 | 11110111 | 1110 | 10001 | 0 | 11 | 11111011 | 1001001 | 1011000 |
Color Harmonies of #D4CCF7
Complementary color
Monochromatic Colors of #D4CCF7
Black with #D4CCF7
Text Example
Text Example
White with #D4CCF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CCF7; }
p { color: rgb(212,204,247); }
H1.HeaderClassName
{
color: #D4CCF7;
}
.AnyTagClassName
{
color: #D4CCF7;
}
</style>
background-color css
<style>
a { background-color: #D4CCF7; }
a { background-color: rgb(212,204,247); }
div.DivClassName
{
background-color: #D4CCF7;
}
.BgClassName
{
background-color: #D4CCF7;
}
</style>
border-color css
<style>
span { border-color: #D4CCF7; }
span { border-color: rgb(212,204,247); }
td.TdClassName
{
border-color: #D4CCF7;
}
.TagClassName
{
border-color: #D4CCF7;
}
</style>