Shades of Lavender Blue #C5C9F3
Tints of Lavender Blue #C5C9F3
RGB
CMYK
RGB Variations
Color information
#C5C9F3 (or 0xC5C9F3) is known color: Lavender Blue. HEX triplet: C5, C9 and F3. RGB value is (197,201,243). Sum of RGB (Red+Green+Blue) = 197+201+243=641 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.73% from 641); Green value is 201 (78.91% from 255 or 31.36% from 641); Blue value is 243 (95.31% from 255 or 37.91% from 641); Max value from RGB is 243 - color contains mainly: blue. Hex color #C5C9F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5C9F3 is #3A360C. Grayscale: #CCCCCC. Windows color (decimal): -3814925 or 15976901. OLE color: 15976901.
HSL color Cylindrical-coordinate representation of color #C5C9F3: hue angle of 234.78º degrees, saturation: 0.66, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5C9F3 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 197 | 201 | 243 | - |
CMYK | 0.19 | 0.17 | 0 | 0.05 |
HSL | 234.78º | 0.66% | 0.86% | - |
HSV(B) | 234.78º | 0.19% | 0.95% | - |
XYZ | 60.09 | 60.11 | 93.23 | - |
YUV | 204.59 | 149.67 | 122.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 201 | 243 | 0.19 | 0.17 | 0 | 0.05 | 234.78 | 0.66 | 0.86 |
Hex | C5 | C9 | F3 | 13 | 11 | 0 | 5 | EB | 42 | 56 |
Octal | 305 | 311 | 363 | 23 | 21 | 0 | 5 | 353 | 102 | 126 |
Binary | 11000101 | 11001001 | 11110011 | 10011 | 10001 | 0 | 101 | 11101011 | 1000010 | 1010110 |
Color Harmonies of #C5C9F3
Complementary color
Monochromatic Colors of #C5C9F3
Black with #C5C9F3
Text Example
Text Example
White with #C5C9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C9F3; }
p { color: rgb(197,201,243); }
H1.HeaderClassName
{
color: #C5C9F3;
}
.AnyTagClassName
{
color: #C5C9F3;
}
</style>
background-color css
<style>
a { background-color: #C5C9F3; }
a { background-color: rgb(197,201,243); }
div.DivClassName
{
background-color: #C5C9F3;
}
.BgClassName
{
background-color: #C5C9F3;
}
</style>
border-color css
<style>
span { border-color: #C5C9F3; }
span { border-color: rgb(197,201,243); }
td.TdClassName
{
border-color: #C5C9F3;
}
.TagClassName
{
border-color: #C5C9F3;
}
</style>