Shades of Lavender Blue #C7CAFD
Tints of Lavender Blue #C7CAFD
RGB
CMYK
RGB Variations
Color information
#C7CAFD (or 0xC7CAFD) is known color: Lavender Blue. HEX triplet: C7, CA and FD. RGB value is (199,202,253). Sum of RGB (Red+Green+Blue) = 199+202+253=654 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.43% from 654); Green value is 202 (79.30% from 255 or 30.89% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #C7CAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7CAFD is #383502. Grayscale: #CECECE. Windows color (decimal): -3683587 or 16632519. OLE color: 16632519.
HSL color Cylindrical-coordinate representation of color #C7CAFD: hue angle of 236.67º 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 #C7CAFD is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 199 | 202 | 253 | - |
CMYK | 0.21 | 0.20 | 0 | 0.01 |
HSL | 236.67º | 0.93% | 0.89% | - |
HSV(B) | 236.67º | 0.21% | 0.99% | - |
XYZ | 62.4 | 61.48 | 101.51 | - |
YUV | 206.92 | 154.01 | 122.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 202 | 253 | 0.21 | 0.20 | 0 | 0.01 | 236.67 | 0.93 | 0.89 |
Hex | C7 | CA | FD | 15 | 14 | 0 | 1 | ED | 5D | 59 |
Octal | 307 | 312 | 375 | 25 | 24 | 0 | 1 | 355 | 135 | 131 |
Binary | 11000111 | 11001010 | 11111101 | 10101 | 10100 | 0 | 1 | 11101101 | 1011101 | 1011001 |
Color Harmonies of #C7CAFD
Complementary color
Monochromatic Colors of #C7CAFD
Black with #C7CAFD
Text Example
Text Example
White with #C7CAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CAFD; }
p { color: rgb(199,202,253); }
H1.HeaderClassName
{
color: #C7CAFD;
}
.AnyTagClassName
{
color: #C7CAFD;
}
</style>
background-color css
<style>
a { background-color: #C7CAFD; }
a { background-color: rgb(199,202,253); }
div.DivClassName
{
background-color: #C7CAFD;
}
.BgClassName
{
background-color: #C7CAFD;
}
</style>
border-color css
<style>
span { border-color: #C7CAFD; }
span { border-color: rgb(199,202,253); }
td.TdClassName
{
border-color: #C7CAFD;
}
.TagClassName
{
border-color: #C7CAFD;
}
</style>