Shades of Lavender Blue #D2CDFE
Tints of Lavender Blue #D2CDFE
RGB
CMYK
RGB Variations
Color information
#D2CDFE (or 0xD2CDFE) is known color: Lavender Blue. HEX triplet: D2, CD and FE. RGB value is (210,205,254). Sum of RGB (Red+Green+Blue) = 210+205+254=669 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.39% from 669); Green value is 205 (80.47% from 255 or 30.64% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2CDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CDFE is #2D3201. Grayscale: #D3D3D3. Windows color (decimal): -2961922 or 16698834. OLE color: 16698834.
HSL color Cylindrical-coordinate representation of color #D2CDFE: hue angle of 246.12º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2CDFE is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 205 | 254 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.00 |
| HSL | 246.12º | 0.96% | 0.9% | - |
| HSV(B) | 246.12º | 0.19% | 1% | - |
| XYZ | 66.3 | 64.52 | 102.73 | - |
| YUV | 212.08 | 151.66 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 205 | 254 | 0.17 | 0.19 | 0 | 0.00 | 246.12 | 0.96 | 0.9 |
| Hex | D2 | CD | FE | 11 | 13 | 0 | 0 | F6 | 60 | 5A |
| Octal | 322 | 315 | 376 | 21 | 23 | 0 | 0 | 366 | 140 | 132 |
| Binary | 11010010 | 11001101 | 11111110 | 10001 | 10011 | 0 | 0 | 11110110 | 1100000 | 1011010 |
Color Harmonies of #D2CDFE
Complementary color
Monochromatic Colors of #D2CDFE
Black with #D2CDFE
Text Example
Text Example
White with #D2CDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CDFE; }
p { color: rgb(210,205,254); }
H1.HeaderClassName
{
color: #D2CDFE;
}
.AnyTagClassName
{
color: #D2CDFE;
}
</style>
background-color css
<style>
a { background-color: #D2CDFE; }
a { background-color: rgb(210,205,254); }
div.DivClassName
{
background-color: #D2CDFE;
}
.BgClassName
{
background-color: #D2CDFE;
}
</style>
border-color css
<style>
span { border-color: #D2CDFE; }
span { border-color: rgb(210,205,254); }
td.TdClassName
{
border-color: #D2CDFE;
}
.TagClassName
{
border-color: #D2CDFE;
}
</style>