Shades of Lavender Blue #C4D1FF
Tints of Lavender Blue #C4D1FF
RGB
CMYK
RGB Variations
Color information
#C4D1FF (or 0xC4D1FF) is known color: Lavender Blue. HEX triplet: C4, D1 and FF. RGB value is (196,209,255). Sum of RGB (Red+Green+Blue) = 196+209+255=660 (87% of max value = 765). Red value is 196 (76.95% from 255 or 29.70% from 660); Green value is 209 (82.03% from 255 or 31.67% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4D1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4D1FF is #3B2E00. Grayscale: #D2D2D2. Windows color (decimal): -3878401 or 16765380. OLE color: 16765380.
HSL color Cylindrical-coordinate representation of color #C4D1FF: hue angle of 226.78º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4D1FF is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 209 | 255 | - |
| CMYK | 0.23 | 0.18 | 0 | 0 |
| HSL | 226.78º | 1% | 0.88% | - |
| HSV(B) | 226.78º | 0.23% | 1% | - |
| XYZ | 63.62 | 64.56 | 103.72 | - |
| YUV | 210.36 | 153.19 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 209 | 255 | 0.23 | 0.18 | 0 | 0 | 226.78 | 1 | 0.88 |
| Hex | C4 | D1 | FF | 17 | 12 | 0 | 0 | E3 | 64 | 58 |
| Octal | 304 | 321 | 377 | 27 | 22 | 0 | 0 | 343 | 144 | 130 |
| Binary | 11000100 | 11010001 | 11111111 | 10111 | 10010 | 0 | 0 | 11100011 | 1100100 | 1011000 |
Color Harmonies of #C4D1FF
Complementary color
Monochromatic Colors of #C4D1FF
Black with #C4D1FF
Text Example
Text Example
White with #C4D1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D1FF; }
p { color: rgb(196,209,255); }
H1.HeaderClassName
{
color: #C4D1FF;
}
.AnyTagClassName
{
color: #C4D1FF;
}
</style>
background-color css
<style>
a { background-color: #C4D1FF; }
a { background-color: rgb(196,209,255); }
div.DivClassName
{
background-color: #C4D1FF;
}
.BgClassName
{
background-color: #C4D1FF;
}
</style>
border-color css
<style>
span { border-color: #C4D1FF; }
span { border-color: rgb(196,209,255); }
td.TdClassName
{
border-color: #C4D1FF;
}
.TagClassName
{
border-color: #C4D1FF;
}
</style>