Shades of Lavender Blue #C9CDFF
Tints of Lavender Blue #C9CDFF
RGB
CMYK
RGB Variations
Color information
#C9CDFF (or 0xC9CDFF) is known color: Lavender Blue. HEX triplet: C9, CD and FF. RGB value is (201,205,255). Sum of RGB (Red+Green+Blue) = 201+205+255=661 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.41% from 661); Green value is 205 (80.47% from 255 or 31.01% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9CDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CDFF is #363200. Grayscale: #D1D1D1. Windows color (decimal): -3551745 or 16764361. OLE color: 16764361.
HSL color Cylindrical-coordinate representation of color #C9CDFF: hue angle of 235.56º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9CDFF is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 201 | 205 | 255 | - |
CMYK | 0.21 | 0.20 | 0 | 0 |
HSL | 235.56º | 1% | 0.89% | - |
HSV(B) | 235.56º | 0.21% | 1% | - |
XYZ | 63.97 | 63.3 | 103.45 | - |
YUV | 209.5 | 153.67 | 121.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 205 | 255 | 0.21 | 0.20 | 0 | 0 | 235.56 | 1 | 0.89 |
Hex | C9 | CD | FF | 15 | 14 | 0 | 0 | EC | 64 | 59 |
Octal | 311 | 315 | 377 | 25 | 24 | 0 | 0 | 354 | 144 | 131 |
Binary | 11001001 | 11001101 | 11111111 | 10101 | 10100 | 0 | 0 | 11101100 | 1100100 | 1011001 |
Color Harmonies of #C9CDFF
Complementary color
Monochromatic Colors of #C9CDFF
Black with #C9CDFF
Text Example
Text Example
White with #C9CDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CDFF; }
p { color: rgb(201,205,255); }
H1.HeaderClassName
{
color: #C9CDFF;
}
.AnyTagClassName
{
color: #C9CDFF;
}
</style>
background-color css
<style>
a { background-color: #C9CDFF; }
a { background-color: rgb(201,205,255); }
div.DivClassName
{
background-color: #C9CDFF;
}
.BgClassName
{
background-color: #C9CDFF;
}
</style>
border-color css
<style>
span { border-color: #C9CDFF; }
span { border-color: rgb(201,205,255); }
td.TdClassName
{
border-color: #C9CDFF;
}
.TagClassName
{
border-color: #C9CDFF;
}
</style>