Shades of Lavender Blue #D2CFFF
Tints of Lavender Blue #D2CFFF
RGB
CMYK
RGB Variations
Color information
#D2CFFF (or 0xD2CFFF) is known color: Lavender Blue. HEX triplet: D2, CF and FF. RGB value is (210,207,255). Sum of RGB (Red+Green+Blue) = 210+207+255=672 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.25% from 672); Green value is 207 (81.25% from 255 or 30.80% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2CFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CFFF is #2D3000. Grayscale: #D5D5D5. Windows color (decimal): -2961409 or 16764882. OLE color: 16764882.
HSL color Cylindrical-coordinate representation of color #D2CFFF: hue angle of 243.75º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2CFFF is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 207 | 255 | - |
| CMYK | 0.18 | 0.19 | 0 | 0 |
| HSL | 243.75º | 1% | 0.91% | - |
| HSV(B) | 243.75º | 0.19% | 1% | - |
| XYZ | 66.94 | 65.55 | 103.73 | - |
| YUV | 213.37 | 151.49 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 207 | 255 | 0.18 | 0.19 | 0 | 0 | 243.75 | 1 | 0.91 |
| Hex | D2 | CF | FF | 12 | 13 | 0 | 0 | F4 | 64 | 5B |
| Octal | 322 | 317 | 377 | 22 | 23 | 0 | 0 | 364 | 144 | 133 |
| Binary | 11010010 | 11001111 | 11111111 | 10010 | 10011 | 0 | 0 | 11110100 | 1100100 | 1011011 |
Color Harmonies of #D2CFFF
Complementary color
Monochromatic Colors of #D2CFFF
Black with #D2CFFF
Text Example
Text Example
White with #D2CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CFFF; }
p { color: rgb(210,207,255); }
H1.HeaderClassName
{
color: #D2CFFF;
}
.AnyTagClassName
{
color: #D2CFFF;
}
</style>
background-color css
<style>
a { background-color: #D2CFFF; }
a { background-color: rgb(210,207,255); }
div.DivClassName
{
background-color: #D2CFFF;
}
.BgClassName
{
background-color: #D2CFFF;
}
</style>
border-color css
<style>
span { border-color: #D2CFFF; }
span { border-color: rgb(210,207,255); }
td.TdClassName
{
border-color: #D2CFFF;
}
.TagClassName
{
border-color: #D2CFFF;
}
</style>