Shades of Lavender Blue #C4D0FF
Tints of Lavender Blue #C4D0FF
RGB
CMYK
RGB Variations
Color information
#C4D0FF (or 0xC4D0FF) is known color: Lavender Blue. HEX triplet: C4, D0 and FF. RGB value is (196,208,255). Sum of RGB (Red+Green+Blue) = 196+208+255=659 (87% of max value = 765). Red value is 196 (76.95% from 255 or 29.74% from 659); Green value is 208 (81.64% from 255 or 31.56% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4D0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4D0FF is #3B2F00. Grayscale: #D1D1D1. Windows color (decimal): -3878657 or 16765124. OLE color: 16765124.
HSL color Cylindrical-coordinate representation of color #C4D0FF: hue angle of 227.8º 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 #C4D0FF is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 208 | 255 | - |
| CMYK | 0.23 | 0.18 | 0 | 0 |
| HSL | 227.8º | 1% | 0.88% | - |
| HSV(B) | 227.8º | 0.23% | 1% | - |
| XYZ | 63.37 | 64.07 | 103.63 | - |
| YUV | 209.77 | 153.52 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 208 | 255 | 0.23 | 0.18 | 0 | 0 | 227.8 | 1 | 0.88 |
| Hex | C4 | D0 | FF | 17 | 12 | 0 | 0 | E4 | 64 | 58 |
| Octal | 304 | 320 | 377 | 27 | 22 | 0 | 0 | 344 | 144 | 130 |
| Binary | 11000100 | 11010000 | 11111111 | 10111 | 10010 | 0 | 0 | 11100100 | 1100100 | 1011000 |
Color Harmonies of #C4D0FF
Complementary color
Monochromatic Colors of #C4D0FF
Black with #C4D0FF
Text Example
Text Example
White with #C4D0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D0FF; }
p { color: rgb(196,208,255); }
H1.HeaderClassName
{
color: #C4D0FF;
}
.AnyTagClassName
{
color: #C4D0FF;
}
</style>
background-color css
<style>
a { background-color: #C4D0FF; }
a { background-color: rgb(196,208,255); }
div.DivClassName
{
background-color: #C4D0FF;
}
.BgClassName
{
background-color: #C4D0FF;
}
</style>
border-color css
<style>
span { border-color: #C4D0FF; }
span { border-color: rgb(196,208,255); }
td.TdClassName
{
border-color: #C4D0FF;
}
.TagClassName
{
border-color: #C4D0FF;
}
</style>