Shades of Lavender Blue #C9C8FD
Tints of Lavender Blue #C9C8FD
RGB
CMYK
RGB Variations
Color information
#C9C8FD (or 0xC9C8FD) is known color: Lavender Blue. HEX triplet: C9, C8 and FD. RGB value is (201,200,253). Sum of RGB (Red+Green+Blue) = 201+200+253=654 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.73% from 654); Green value is 200 (78.52% from 255 or 30.58% 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 #C9C8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C8FD is #363702. Grayscale: #CECECE. Windows color (decimal): -3553027 or 16632009. OLE color: 16632009.
HSL color Cylindrical-coordinate representation of color #C9C8FD: hue angle of 241.13º 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 #C9C8FD is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 201 | 200 | 253 | - |
CMYK | 0.21 | 0.21 | 0 | 0.01 |
HSL | 241.13º | 0.93% | 0.89% | - |
HSV(B) | 241.13º | 0.21% | 0.99% | - |
XYZ | 62.47 | 60.82 | 101.37 | - |
YUV | 206.34 | 154.33 | 124.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 200 | 253 | 0.21 | 0.21 | 0 | 0.01 | 241.13 | 0.93 | 0.89 |
Hex | C9 | C8 | FD | 15 | 15 | 0 | 1 | F1 | 5D | 59 |
Octal | 311 | 310 | 375 | 25 | 25 | 0 | 1 | 361 | 135 | 131 |
Binary | 11001001 | 11001000 | 11111101 | 10101 | 10101 | 0 | 1 | 11110001 | 1011101 | 1011001 |
Color Harmonies of #C9C8FD
Complementary color
Monochromatic Colors of #C9C8FD
Black with #C9C8FD
Text Example
Text Example
White with #C9C8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C8FD; }
p { color: rgb(201,200,253); }
H1.HeaderClassName
{
color: #C9C8FD;
}
.AnyTagClassName
{
color: #C9C8FD;
}
</style>
background-color css
<style>
a { background-color: #C9C8FD; }
a { background-color: rgb(201,200,253); }
div.DivClassName
{
background-color: #C9C8FD;
}
.BgClassName
{
background-color: #C9C8FD;
}
</style>
border-color css
<style>
span { border-color: #C9C8FD; }
span { border-color: rgb(201,200,253); }
td.TdClassName
{
border-color: #C9C8FD;
}
.TagClassName
{
border-color: #C9C8FD;
}
</style>