Shades of Lavender Blue #D3CCF3
Tints of Lavender Blue #D3CCF3
RGB
CMYK
RGB Variations
Color information
#D3CCF3 (or 0xD3CCF3) is known color: Lavender Blue. HEX triplet: D3, CC and F3. RGB value is (211,204,243). Sum of RGB (Red+Green+Blue) = 211+204+243=658 (87% of max value = 765). Red value is 211 (82.81% from 255 or 32.07% from 658); Green value is 204 (80.08% from 255 or 31.00% from 658); Blue value is 243 (95.31% from 255 or 36.93% from 658); Max value from RGB is 243 - color contains mainly: blue. Hex color #D3CCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CCF3 is #2C330C. Grayscale: #D2D2D2. Windows color (decimal): -2896653 or 15977683. OLE color: 15977683.
HSL color Cylindrical-coordinate representation of color #D3CCF3: hue angle of 250.77º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D3CCF3 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 204 | 243 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.05 |
| HSL | 250.77º | 0.62% | 0.88% | - |
| HSV(B) | 250.77º | 0.16% | 0.95% | - |
| XYZ | 64.63 | 63.51 | 93.65 | - |
| YUV | 210.54 | 146.32 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 204 | 243 | 0.13 | 0.16 | 0 | 0.05 | 250.77 | 0.62 | 0.88 |
| Hex | D3 | CC | F3 | D | 10 | 0 | 5 | FB | 3E | 58 |
| Octal | 323 | 314 | 363 | 15 | 20 | 0 | 5 | 373 | 76 | 130 |
| Binary | 11010011 | 11001100 | 11110011 | 1101 | 10000 | 0 | 101 | 11111011 | 111110 | 1011000 |
Color Harmonies of #D3CCF3
Complementary color
Monochromatic Colors of #D3CCF3
Black with #D3CCF3
Text Example
Text Example
White with #D3CCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CCF3; }
p { color: rgb(211,204,243); }
H1.HeaderClassName
{
color: #D3CCF3;
}
.AnyTagClassName
{
color: #D3CCF3;
}
</style>
background-color css
<style>
a { background-color: #D3CCF3; }
a { background-color: rgb(211,204,243); }
div.DivClassName
{
background-color: #D3CCF3;
}
.BgClassName
{
background-color: #D3CCF3;
}
</style>
border-color css
<style>
span { border-color: #D3CCF3; }
span { border-color: rgb(211,204,243); }
td.TdClassName
{
border-color: #D3CCF3;
}
.TagClassName
{
border-color: #D3CCF3;
}
</style>