Shades of Lavender Blue #C7CDFF
Tints of Lavender Blue #C7CDFF
RGB
CMYK
RGB Variations
Color information
#C7CDFF (or 0xC7CDFF) is known color: Lavender Blue. HEX triplet: C7, CD and FF. RGB value is (199,205,255). Sum of RGB (Red+Green+Blue) = 199+205+255=659 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.20% from 659); Green value is 205 (80.47% from 255 or 31.11% 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 #C7CDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7CDFF is #383200. Grayscale: #D0D0D0. Windows color (decimal): -3682817 or 16764359. OLE color: 16764359.
HSL color Cylindrical-coordinate representation of color #C7CDFF: hue angle of 233.57º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7CDFF is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 199 | 205 | 255 | - |
CMYK | 0.22 | 0.20 | 0 | 0 |
HSL | 233.57º | 1% | 0.89% | - |
HSV(B) | 233.57º | 0.22% | 1% | - |
XYZ | 63.43 | 63.02 | 103.43 | - |
YUV | 208.91 | 154.01 | 120.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 205 | 255 | 0.22 | 0.20 | 0 | 0 | 233.57 | 1 | 0.89 |
Hex | C7 | CD | FF | 16 | 14 | 0 | 0 | EA | 64 | 59 |
Octal | 307 | 315 | 377 | 26 | 24 | 0 | 0 | 352 | 144 | 131 |
Binary | 11000111 | 11001101 | 11111111 | 10110 | 10100 | 0 | 0 | 11101010 | 1100100 | 1011001 |
Color Harmonies of #C7CDFF
Complementary color
Monochromatic Colors of #C7CDFF
Black with #C7CDFF
Text Example
Text Example
White with #C7CDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CDFF; }
p { color: rgb(199,205,255); }
H1.HeaderClassName
{
color: #C7CDFF;
}
.AnyTagClassName
{
color: #C7CDFF;
}
</style>
background-color css
<style>
a { background-color: #C7CDFF; }
a { background-color: rgb(199,205,255); }
div.DivClassName
{
background-color: #C7CDFF;
}
.BgClassName
{
background-color: #C7CDFF;
}
</style>
border-color css
<style>
span { border-color: #C7CDFF; }
span { border-color: rgb(199,205,255); }
td.TdClassName
{
border-color: #C7CDFF;
}
.TagClassName
{
border-color: #C7CDFF;
}
</style>