Shades of Lavender Blue #C4CEFD
Tints of Lavender Blue #C4CEFD
RGB
CMYK
RGB Variations
Color information
#C4CEFD (or 0xC4CEFD) is known color: Lavender Blue. HEX triplet: C4, CE and FD. RGB value is (196,206,253). Sum of RGB (Red+Green+Blue) = 196+206+253=655 (86% of max value = 765). Red value is 196 (76.95% from 255 or 29.92% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #C4CEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CEFD is #3B3102. Grayscale: #D0D0D0. Windows color (decimal): -3879171 or 16633540. OLE color: 16633540.
HSL color Cylindrical-coordinate representation of color #C4CEFD: hue angle of 229.47º 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 #C4CEFD is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 196 | 206 | 253 | - |
CMYK | 0.23 | 0.19 | 0 | 0.01 |
HSL | 229.47º | 0.93% | 0.88% | - |
HSV(B) | 229.47º | 0.23% | 0.99% | - |
XYZ | 62.57 | 62.97 | 101.79 | - |
YUV | 208.37 | 153.19 | 119.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 206 | 253 | 0.23 | 0.19 | 0 | 0.01 | 229.47 | 0.93 | 0.88 |
Hex | C4 | CE | FD | 17 | 13 | 0 | 1 | E5 | 5D | 58 |
Octal | 304 | 316 | 375 | 27 | 23 | 0 | 1 | 345 | 135 | 130 |
Binary | 11000100 | 11001110 | 11111101 | 10111 | 10011 | 0 | 1 | 11100101 | 1011101 | 1011000 |
Color Harmonies of #C4CEFD
Complementary color
Monochromatic Colors of #C4CEFD
Black with #C4CEFD
Text Example
Text Example
White with #C4CEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CEFD; }
p { color: rgb(196,206,253); }
H1.HeaderClassName
{
color: #C4CEFD;
}
.AnyTagClassName
{
color: #C4CEFD;
}
</style>
background-color css
<style>
a { background-color: #C4CEFD; }
a { background-color: rgb(196,206,253); }
div.DivClassName
{
background-color: #C4CEFD;
}
.BgClassName
{
background-color: #C4CEFD;
}
</style>
border-color css
<style>
span { border-color: #C4CEFD; }
span { border-color: rgb(196,206,253); }
td.TdClassName
{
border-color: #C4CEFD;
}
.TagClassName
{
border-color: #C4CEFD;
}
</style>