Shades of Lavender Blue #D4CBFF
Tints of Lavender Blue #D4CBFF
RGB
CMYK
RGB Variations
Color information
#D4CBFF (or 0xD4CBFF) is known color: Lavender Blue. HEX triplet: D4, CB and FF. RGB value is (212,203,255). Sum of RGB (Red+Green+Blue) = 212+203+255=670 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.64% from 670); Green value is 203 (79.69% from 255 or 30.30% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4CBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CBFF is #2B3400. Grayscale: #D3D3D3. Windows color (decimal): -2831361 or 16763860. OLE color: 16763860.
HSL color Cylindrical-coordinate representation of color #D4CBFF: hue angle of 250.38º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4CBFF is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 203 | 255 | - |
| CMYK | 0.17 | 0.20 | 0 | 0 |
| HSL | 250.38º | 1% | 0.9% | - |
| HSV(B) | 250.38º | 0.2% | 1% | - |
| XYZ | 66.56 | 63.93 | 103.44 | - |
| YUV | 211.62 | 152.48 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 203 | 255 | 0.17 | 0.20 | 0 | 0 | 250.38 | 1 | 0.9 |
| Hex | D4 | CB | FF | 11 | 14 | 0 | 0 | FA | 64 | 5A |
| Octal | 324 | 313 | 377 | 21 | 24 | 0 | 0 | 372 | 144 | 132 |
| Binary | 11010100 | 11001011 | 11111111 | 10001 | 10100 | 0 | 0 | 11111010 | 1100100 | 1011010 |
Color Harmonies of #D4CBFF
Complementary color
Monochromatic Colors of #D4CBFF
Black with #D4CBFF
Text Example
Text Example
White with #D4CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CBFF; }
p { color: rgb(212,203,255); }
H1.HeaderClassName
{
color: #D4CBFF;
}
.AnyTagClassName
{
color: #D4CBFF;
}
</style>
background-color css
<style>
a { background-color: #D4CBFF; }
a { background-color: rgb(212,203,255); }
div.DivClassName
{
background-color: #D4CBFF;
}
.BgClassName
{
background-color: #D4CBFF;
}
</style>
border-color css
<style>
span { border-color: #D4CBFF; }
span { border-color: rgb(212,203,255); }
td.TdClassName
{
border-color: #D4CBFF;
}
.TagClassName
{
border-color: #D4CBFF;
}
</style>