Shades of Lavender Blue #D7CBFD
Tints of Lavender Blue #D7CBFD
RGB
CMYK
RGB Variations
Color information
#D7CBFD (or 0xD7CBFD) is known color: Lavender Blue. HEX triplet: D7, CB and FD. RGB value is (215,203,253). Sum of RGB (Red+Green+Blue) = 215+203+253=671 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.04% from 671); Green value is 203 (79.69% from 255 or 30.25% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #D7CBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CBFD is #283402. Grayscale: #D4D4D4. Windows color (decimal): -2634755 or 16632791. OLE color: 16632791.
HSL color Cylindrical-coordinate representation of color #D7CBFD: hue angle of 254.4º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7CBFD is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 215 | 203 | 253 | - |
CMYK | 0.15 | 0.20 | 0 | 0.01 |
HSL | 254.4º | 0.93% | 0.89% | - |
HSV(B) | 254.4º | 0.2% | 0.99% | - |
XYZ | 67.11 | 64.25 | 101.79 | - |
YUV | 212.29 | 150.98 | 129.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 203 | 253 | 0.15 | 0.20 | 0 | 0.01 | 254.4 | 0.93 | 0.89 |
Hex | D7 | CB | FD | F | 14 | 0 | 1 | FE | 5D | 59 |
Octal | 327 | 313 | 375 | 17 | 24 | 0 | 1 | 376 | 135 | 131 |
Binary | 11010111 | 11001011 | 11111101 | 1111 | 10100 | 0 | 1 | 11111110 | 1011101 | 1011001 |
Color Harmonies of #D7CBFD
Complementary color
Monochromatic Colors of #D7CBFD
Black with #D7CBFD
Text Example
Text Example
White with #D7CBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CBFD; }
p { color: rgb(215,203,253); }
H1.HeaderClassName
{
color: #D7CBFD;
}
.AnyTagClassName
{
color: #D7CBFD;
}
</style>
background-color css
<style>
a { background-color: #D7CBFD; }
a { background-color: rgb(215,203,253); }
div.DivClassName
{
background-color: #D7CBFD;
}
.BgClassName
{
background-color: #D7CBFD;
}
</style>
border-color css
<style>
span { border-color: #D7CBFD; }
span { border-color: rgb(215,203,253); }
td.TdClassName
{
border-color: #D7CBFD;
}
.TagClassName
{
border-color: #D7CBFD;
}
</style>