Shades of Lavender Blue #D2CCF3
Tints of Lavender Blue #D2CCF3
RGB
CMYK
RGB Variations
Color information
#D2CCF3 (or 0xD2CCF3) is known color: Lavender Blue. HEX triplet: D2, CC and F3. RGB value is (210,204,243). Sum of RGB (Red+Green+Blue) = 210+204+243=657 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.96% from 657); Green value is 204 (80.08% from 255 or 31.05% from 657); Blue value is 243 (95.31% from 255 or 36.99% from 657); Max value from RGB is 243 - color contains mainly: blue. Hex color #D2CCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CCF3 is #2D330C. Grayscale: #D2D2D2. Windows color (decimal): -2962189 or 15977682. OLE color: 15977682.
HSL color Cylindrical-coordinate representation of color #D2CCF3: hue angle of 249.23º 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 #D2CCF3 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 204 | 243 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.05 |
| HSL | 249.23º | 0.62% | 0.88% | - |
| HSV(B) | 249.23º | 0.16% | 0.95% | - |
| XYZ | 64.35 | 63.36 | 93.63 | - |
| YUV | 210.24 | 146.49 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 204 | 243 | 0.14 | 0.16 | 0 | 0.05 | 249.23 | 0.62 | 0.88 |
| Hex | D2 | CC | F3 | E | 10 | 0 | 5 | F9 | 3E | 58 |
| Octal | 322 | 314 | 363 | 16 | 20 | 0 | 5 | 371 | 76 | 130 |
| Binary | 11010010 | 11001100 | 11110011 | 1110 | 10000 | 0 | 101 | 11111001 | 111110 | 1011000 |
Color Harmonies of #D2CCF3
Complementary color
Monochromatic Colors of #D2CCF3
Black with #D2CCF3
Text Example
Text Example
White with #D2CCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CCF3; }
p { color: rgb(210,204,243); }
H1.HeaderClassName
{
color: #D2CCF3;
}
.AnyTagClassName
{
color: #D2CCF3;
}
</style>
background-color css
<style>
a { background-color: #D2CCF3; }
a { background-color: rgb(210,204,243); }
div.DivClassName
{
background-color: #D2CCF3;
}
.BgClassName
{
background-color: #D2CCF3;
}
</style>
border-color css
<style>
span { border-color: #D2CCF3; }
span { border-color: rgb(210,204,243); }
td.TdClassName
{
border-color: #D2CCF3;
}
.TagClassName
{
border-color: #D2CCF3;
}
</style>