Shades of Lavender Blue #D8CAFE
Tints of Lavender Blue #D8CAFE
RGB
CMYK
RGB Variations
Color information
#D8CAFE (or 0xD8CAFE) is known color: Lavender Blue. HEX triplet: D8, CA and FE. RGB value is (216,202,254). Sum of RGB (Red+Green+Blue) = 216+202+254=672 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.14% from 672); Green value is 202 (79.30% from 255 or 30.06% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8CAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CAFE is #273501. Grayscale: #D3D3D3. Windows color (decimal): -2569474 or 16698072. OLE color: 16698072.
HSL color Cylindrical-coordinate representation of color #D8CAFE: hue angle of 256.15º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8CAFE is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 202 | 254 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.00 |
| HSL | 256.15º | 0.96% | 0.89% | - |
| HSV(B) | 256.15º | 0.2% | 1% | - |
| XYZ | 67.33 | 64 | 102.57 | - |
| YUV | 212.11 | 151.64 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 202 | 254 | 0.15 | 0.20 | 0 | 0.00 | 256.15 | 0.96 | 0.89 |
| Hex | D8 | CA | FE | F | 14 | 0 | 0 | 100 | 60 | 59 |
| Octal | 330 | 312 | 376 | 17 | 24 | 0 | 0 | 400 | 140 | 131 |
| Binary | 11011000 | 11001010 | 11111110 | 1111 | 10100 | 0 | 0 | 100000000 | 1100000 | 1011001 |
Color Harmonies of #D8CAFE
Complementary color
Monochromatic Colors of #D8CAFE
Black with #D8CAFE
Text Example
Text Example
White with #D8CAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CAFE; }
p { color: rgb(216,202,254); }
H1.HeaderClassName
{
color: #D8CAFE;
}
.AnyTagClassName
{
color: #D8CAFE;
}
</style>
background-color css
<style>
a { background-color: #D8CAFE; }
a { background-color: rgb(216,202,254); }
div.DivClassName
{
background-color: #D8CAFE;
}
.BgClassName
{
background-color: #D8CAFE;
}
</style>
border-color css
<style>
span { border-color: #D8CAFE; }
span { border-color: rgb(216,202,254); }
td.TdClassName
{
border-color: #D8CAFE;
}
.TagClassName
{
border-color: #D8CAFE;
}
</style>