Shades of Lavender Blue #C9C2F3
Tints of Lavender Blue #C9C2F3
RGB
CMYK
RGB Variations
Color information
#C9C2F3 (or 0xC9C2F3) is known color: Lavender Blue. HEX triplet: C9, C2 and F3. RGB value is (201,194,243). Sum of RGB (Red+Green+Blue) = 201+194+243=638 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.50% from 638); Green value is 194 (76.17% from 255 or 30.41% from 638); Blue value is 243 (95.31% from 255 or 38.09% from 638); Max value from RGB is 243 - color contains mainly: blue. Hex color #C9C2F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C2F3 is #363D0C. Grayscale: #C9C9C9. Windows color (decimal): -3554573 or 15975113. OLE color: 15975113.
HSL color Cylindrical-coordinate representation of color #C9C2F3: hue angle of 248.57º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9C2F3 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 194 | 243 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.05 |
| HSL | 248.57º | 0.67% | 0.86% | - |
| HSV(B) | 248.57º | 0.2% | 0.95% | - |
| XYZ | 59.56 | 57.47 | 92.75 | - |
| YUV | 201.68 | 151.32 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 194 | 243 | 0.17 | 0.20 | 0 | 0.05 | 248.57 | 0.67 | 0.86 |
| Hex | C9 | C2 | F3 | 11 | 14 | 0 | 5 | F9 | 43 | 56 |
| Octal | 311 | 302 | 363 | 21 | 24 | 0 | 5 | 371 | 103 | 126 |
| Binary | 11001001 | 11000010 | 11110011 | 10001 | 10100 | 0 | 101 | 11111001 | 1000011 | 1010110 |
Color Harmonies of #C9C2F3
Complementary color
Monochromatic Colors of #C9C2F3
Black with #C9C2F3
Text Example
Text Example
White with #C9C2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C2F3; }
p { color: rgb(201,194,243); }
H1.HeaderClassName
{
color: #C9C2F3;
}
.AnyTagClassName
{
color: #C9C2F3;
}
</style>
background-color css
<style>
a { background-color: #C9C2F3; }
a { background-color: rgb(201,194,243); }
div.DivClassName
{
background-color: #C9C2F3;
}
.BgClassName
{
background-color: #C9C2F3;
}
</style>
border-color css
<style>
span { border-color: #C9C2F3; }
span { border-color: rgb(201,194,243); }
td.TdClassName
{
border-color: #C9C2F3;
}
.TagClassName
{
border-color: #C9C2F3;
}
</style>