Shades of Lavender Blue #C4CCFD
Tints of Lavender Blue #C4CCFD
RGB
CMYK
RGB Variations
Color information
#C4CCFD (or 0xC4CCFD) is known color: Lavender Blue. HEX triplet: C4, CC and FD. RGB value is (196,204,253). Sum of RGB (Red+Green+Blue) = 196+204+253=653 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.02% from 653); Green value is 204 (80.08% from 255 or 31.24% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #C4CCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CCFD is #3B3302. Grayscale: #CECECE. Windows color (decimal): -3879683 or 16633028. OLE color: 16633028.
HSL color Cylindrical-coordinate representation of color #C4CCFD: hue angle of 231.58º 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 #C4CCFD is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 204 | 253 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.01 |
| HSL | 231.58º | 0.93% | 0.88% | - |
| HSV(B) | 231.58º | 0.23% | 0.99% | - |
| XYZ | 62.09 | 62.01 | 101.63 | - |
| YUV | 207.19 | 153.85 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 204 | 253 | 0.23 | 0.19 | 0 | 0.01 | 231.58 | 0.93 | 0.88 |
| Hex | C4 | CC | FD | 17 | 13 | 0 | 1 | E8 | 5D | 58 |
| Octal | 304 | 314 | 375 | 27 | 23 | 0 | 1 | 350 | 135 | 130 |
| Binary | 11000100 | 11001100 | 11111101 | 10111 | 10011 | 0 | 1 | 11101000 | 1011101 | 1011000 |
Color Harmonies of #C4CCFD
Complementary color
Monochromatic Colors of #C4CCFD
Black with #C4CCFD
Text Example
Text Example
White with #C4CCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CCFD; }
p { color: rgb(196,204,253); }
H1.HeaderClassName
{
color: #C4CCFD;
}
.AnyTagClassName
{
color: #C4CCFD;
}
</style>
background-color css
<style>
a { background-color: #C4CCFD; }
a { background-color: rgb(196,204,253); }
div.DivClassName
{
background-color: #C4CCFD;
}
.BgClassName
{
background-color: #C4CCFD;
}
</style>
border-color css
<style>
span { border-color: #C4CCFD; }
span { border-color: rgb(196,204,253); }
td.TdClassName
{
border-color: #C4CCFD;
}
.TagClassName
{
border-color: #C4CCFD;
}
</style>