Shades of Lavender Blue #D4CAFE
Tints of Lavender Blue #D4CAFE
RGB
CMYK
RGB Variations
Color information
#D4CAFE (or 0xD4CAFE) is known color: Lavender Blue. HEX triplet: D4, CA and FE. RGB value is (212,202,254). Sum of RGB (Red+Green+Blue) = 212+202+254=668 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.74% from 668); Green value is 202 (79.30% from 255 or 30.24% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #D4CAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CAFE is #2B3501. Grayscale: #D2D2D2. Windows color (decimal): -2831618 or 16698068. OLE color: 16698068.
HSL color Cylindrical-coordinate representation of color #D4CAFE: hue angle of 251.54º 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 #D4CAFE is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 202 | 254 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.00 |
| HSL | 251.54º | 0.96% | 0.89% | - |
| HSV(B) | 251.54º | 0.2% | 1% | - |
| XYZ | 66.16 | 63.39 | 102.52 | - |
| YUV | 210.92 | 152.31 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 202 | 254 | 0.17 | 0.20 | 0 | 0.00 | 251.54 | 0.96 | 0.89 |
| Hex | D4 | CA | FE | 11 | 14 | 0 | 0 | FC | 60 | 59 |
| Octal | 324 | 312 | 376 | 21 | 24 | 0 | 0 | 374 | 140 | 131 |
| Binary | 11010100 | 11001010 | 11111110 | 10001 | 10100 | 0 | 0 | 11111100 | 1100000 | 1011001 |
Color Harmonies of #D4CAFE
Complementary color
Monochromatic Colors of #D4CAFE
Black with #D4CAFE
Text Example
Text Example
White with #D4CAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CAFE; }
p { color: rgb(212,202,254); }
H1.HeaderClassName
{
color: #D4CAFE;
}
.AnyTagClassName
{
color: #D4CAFE;
}
</style>
background-color css
<style>
a { background-color: #D4CAFE; }
a { background-color: rgb(212,202,254); }
div.DivClassName
{
background-color: #D4CAFE;
}
.BgClassName
{
background-color: #D4CAFE;
}
</style>
border-color css
<style>
span { border-color: #D4CAFE; }
span { border-color: rgb(212,202,254); }
td.TdClassName
{
border-color: #D4CAFE;
}
.TagClassName
{
border-color: #D4CAFE;
}
</style>