Shades of Lavender Blue #C4D1FD
Tints of Lavender Blue #C4D1FD
RGB
CMYK
RGB Variations
Color information
#C4D1FD (or 0xC4D1FD) is known color: Lavender Blue. HEX triplet: C4, D1 and FD. RGB value is (196,209,253). Sum of RGB (Red+Green+Blue) = 196+209+253=658 (87% of max value = 765). Red value is 196 (76.95% from 255 or 29.79% from 658); Green value is 209 (82.03% from 255 or 31.76% from 658); Blue value is 253 (99.22% from 255 or 38.45% from 658); Max value from RGB is 253 - color contains mainly: blue. Hex color #C4D1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4D1FD is #3B2E02. Grayscale: #D1D1D1. Windows color (decimal): -3878403 or 16634308. OLE color: 16634308.
HSL color Cylindrical-coordinate representation of color #C4D1FD: hue angle of 226.32º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4D1FD is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 209 | 253 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.01 |
| HSL | 226.32º | 0.93% | 0.88% | - |
| HSV(B) | 226.32º | 0.23% | 0.99% | - |
| XYZ | 63.3 | 64.43 | 102.03 | - |
| YUV | 210.13 | 152.19 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 209 | 253 | 0.23 | 0.17 | 0 | 0.01 | 226.32 | 0.93 | 0.88 |
| Hex | C4 | D1 | FD | 17 | 11 | 0 | 1 | E2 | 5D | 58 |
| Octal | 304 | 321 | 375 | 27 | 21 | 0 | 1 | 342 | 135 | 130 |
| Binary | 11000100 | 11010001 | 11111101 | 10111 | 10001 | 0 | 1 | 11100010 | 1011101 | 1011000 |
Color Harmonies of #C4D1FD
Complementary color
Monochromatic Colors of #C4D1FD
Black with #C4D1FD
Text Example
Text Example
White with #C4D1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D1FD; }
p { color: rgb(196,209,253); }
H1.HeaderClassName
{
color: #C4D1FD;
}
.AnyTagClassName
{
color: #C4D1FD;
}
</style>
background-color css
<style>
a { background-color: #C4D1FD; }
a { background-color: rgb(196,209,253); }
div.DivClassName
{
background-color: #C4D1FD;
}
.BgClassName
{
background-color: #C4D1FD;
}
</style>
border-color css
<style>
span { border-color: #C4D1FD; }
span { border-color: rgb(196,209,253); }
td.TdClassName
{
border-color: #C4D1FD;
}
.TagClassName
{
border-color: #C4D1FD;
}
</style>