Shades of Lavender Blue #C7CEFD
Tints of Lavender Blue #C7CEFD
RGB
CMYK
RGB Variations
Color information
#C7CEFD (or 0xC7CEFD) is known color: Lavender Blue. HEX triplet: C7, CE and FD. RGB value is (199,206,253). Sum of RGB (Red+Green+Blue) = 199+206+253=658 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.24% from 658); Green value is 206 (80.86% from 255 or 31.31% from 658); Blue value is 253 (99.22% from 255 or 38.45% from 658); Max value from RGB is 253 - color contains mainly: blue. Hex color #C7CEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7CEFD is #383102. Grayscale: #D1D1D1. Windows color (decimal): -3682563 or 16633543. OLE color: 16633543.
HSL color Cylindrical-coordinate representation of color #C7CEFD: hue angle of 232.22º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7CEFD is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 199 | 206 | 253 | - |
CMYK | 0.21 | 0.19 | 0 | 0.01 |
HSL | 232.22º | 0.93% | 0.89% | - |
HSV(B) | 232.22º | 0.21% | 0.99% | - |
XYZ | 63.35 | 63.38 | 101.82 | - |
YUV | 209.27 | 152.68 | 120.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 206 | 253 | 0.21 | 0.19 | 0 | 0.01 | 232.22 | 0.93 | 0.89 |
Hex | C7 | CE | FD | 15 | 13 | 0 | 1 | E8 | 5D | 59 |
Octal | 307 | 316 | 375 | 25 | 23 | 0 | 1 | 350 | 135 | 131 |
Binary | 11000111 | 11001110 | 11111101 | 10101 | 10011 | 0 | 1 | 11101000 | 1011101 | 1011001 |
Color Harmonies of #C7CEFD
Complementary color
Monochromatic Colors of #C7CEFD
Black with #C7CEFD
Text Example
Text Example
White with #C7CEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CEFD; }
p { color: rgb(199,206,253); }
H1.HeaderClassName
{
color: #C7CEFD;
}
.AnyTagClassName
{
color: #C7CEFD;
}
</style>
background-color css
<style>
a { background-color: #C7CEFD; }
a { background-color: rgb(199,206,253); }
div.DivClassName
{
background-color: #C7CEFD;
}
.BgClassName
{
background-color: #C7CEFD;
}
</style>
border-color css
<style>
span { border-color: #C7CEFD; }
span { border-color: rgb(199,206,253); }
td.TdClassName
{
border-color: #C7CEFD;
}
.TagClassName
{
border-color: #C7CEFD;
}
</style>