Shades of Lavender Blue #C4D3FF
Tints of Lavender Blue #C4D3FF
RGB
CMYK
RGB Variations
Color information
#C4D3FF (or 0xC4D3FF) is known color: Lavender Blue. HEX triplet: C4, D3 and FF. RGB value is (196,211,255). Sum of RGB (Red+Green+Blue) = 196+211+255=662 (87% of max value = 765). Red value is 196 (76.95% from 255 or 29.61% from 662); Green value is 211 (82.81% from 255 or 31.87% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4D3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4D3FF is #3B2C00. Grayscale: #D3D3D3. Windows color (decimal): -3877889 or 16765892. OLE color: 16765892.
HSL color Cylindrical-coordinate representation of color #C4D3FF: hue angle of 224.75º 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 #C4D3FF is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 211 | 255 | - |
| CMYK | 0.23 | 0.17 | 0 | 0 |
| HSL | 224.75º | 1% | 0.88% | - |
| HSV(B) | 224.75º | 0.23% | 1% | - |
| XYZ | 64.11 | 65.54 | 103.88 | - |
| YUV | 211.53 | 152.53 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 211 | 255 | 0.23 | 0.17 | 0 | 0 | 224.75 | 1 | 0.88 |
| Hex | C4 | D3 | FF | 17 | 11 | 0 | 0 | E1 | 64 | 58 |
| Octal | 304 | 323 | 377 | 27 | 21 | 0 | 0 | 341 | 144 | 130 |
| Binary | 11000100 | 11010011 | 11111111 | 10111 | 10001 | 0 | 0 | 11100001 | 1100100 | 1011000 |
Color Harmonies of #C4D3FF
Complementary color
Monochromatic Colors of #C4D3FF
Black with #C4D3FF
Text Example
Text Example
White with #C4D3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D3FF; }
p { color: rgb(196,211,255); }
H1.HeaderClassName
{
color: #C4D3FF;
}
.AnyTagClassName
{
color: #C4D3FF;
}
</style>
background-color css
<style>
a { background-color: #C4D3FF; }
a { background-color: rgb(196,211,255); }
div.DivClassName
{
background-color: #C4D3FF;
}
.BgClassName
{
background-color: #C4D3FF;
}
</style>
border-color css
<style>
span { border-color: #C4D3FF; }
span { border-color: rgb(196,211,255); }
td.TdClassName
{
border-color: #C4D3FF;
}
.TagClassName
{
border-color: #C4D3FF;
}
</style>