Shades of Lavender Blue #C7CAF2
Tints of Lavender Blue #C7CAF2
RGB
CMYK
RGB Variations
Color information
#C7CAF2 (or 0xC7CAF2) is known color: Lavender Blue. HEX triplet: C7, CA and F2. RGB value is (199,202,242). Sum of RGB (Red+Green+Blue) = 199+202+242=643 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.95% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 242 (94.92% from 255 or 37.64% from 643); Max value from RGB is 242 - color contains mainly: blue. Hex color #C7CAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7CAF2 is #38350D. Grayscale: #CDCDCD. Windows color (decimal): -3683598 or 15911623. OLE color: 15911623.
HSL color Cylindrical-coordinate representation of color #C7CAF2: hue angle of 235.81º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7CAF2 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 202 | 242 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.05 |
| HSL | 235.81º | 0.62% | 0.86% | - |
| HSV(B) | 235.81º | 0.18% | 0.95% | - |
| XYZ | 60.7 | 60.79 | 92.54 | - |
| YUV | 205.66 | 148.51 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 202 | 242 | 0.18 | 0.17 | 0 | 0.05 | 235.81 | 0.62 | 0.86 |
| Hex | C7 | CA | F2 | 12 | 11 | 0 | 5 | EC | 3E | 56 |
| Octal | 307 | 312 | 362 | 22 | 21 | 0 | 5 | 354 | 76 | 126 |
| Binary | 11000111 | 11001010 | 11110010 | 10010 | 10001 | 0 | 101 | 11101100 | 111110 | 1010110 |
Color Harmonies of #C7CAF2
Complementary color
Monochromatic Colors of #C7CAF2
Black with #C7CAF2
Text Example
Text Example
White with #C7CAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CAF2; }
p { color: rgb(199,202,242); }
H1.HeaderClassName
{
color: #C7CAF2;
}
.AnyTagClassName
{
color: #C7CAF2;
}
</style>
background-color css
<style>
a { background-color: #C7CAF2; }
a { background-color: rgb(199,202,242); }
div.DivClassName
{
background-color: #C7CAF2;
}
.BgClassName
{
background-color: #C7CAF2;
}
</style>
border-color css
<style>
span { border-color: #C7CAF2; }
span { border-color: rgb(199,202,242); }
td.TdClassName
{
border-color: #C7CAF2;
}
.TagClassName
{
border-color: #C7CAF2;
}
</style>