Shades of Lavender Blue #C9CDFC
Tints of Lavender Blue #C9CDFC
RGB
CMYK
RGB Variations
Color information
#C9CDFC (or 0xC9CDFC) is known color: Lavender Blue. HEX triplet: C9, CD and FC. RGB value is (201,205,252). Sum of RGB (Red+Green+Blue) = 201+205+252=658 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.55% from 658); Green value is 205 (80.47% from 255 or 31.16% from 658); Blue value is 252 (98.83% from 255 or 38.30% from 658); Max value from RGB is 252 - color contains mainly: blue. Hex color #C9CDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CDFC is #363203. Grayscale: #D0D0D0. Windows color (decimal): -3551748 or 16567753. OLE color: 16567753.
HSL color Cylindrical-coordinate representation of color #C9CDFC: hue angle of 235.29º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9CDFC is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 205 | 252 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.01 |
| HSL | 235.29º | 0.89% | 0.89% | - |
| HSV(B) | 235.29º | 0.2% | 0.99% | - |
| XYZ | 63.49 | 63.11 | 100.93 | - |
| YUV | 209.16 | 152.17 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 205 | 252 | 0.20 | 0.19 | 0 | 0.01 | 235.29 | 0.89 | 0.89 |
| Hex | C9 | CD | FC | 14 | 13 | 0 | 1 | EB | 59 | 59 |
| Octal | 311 | 315 | 374 | 24 | 23 | 0 | 1 | 353 | 131 | 131 |
| Binary | 11001001 | 11001101 | 11111100 | 10100 | 10011 | 0 | 1 | 11101011 | 1011001 | 1011001 |
Color Harmonies of #C9CDFC
Complementary color
Monochromatic Colors of #C9CDFC
Black with #C9CDFC
Text Example
Text Example
White with #C9CDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CDFC; }
p { color: rgb(201,205,252); }
H1.HeaderClassName
{
color: #C9CDFC;
}
.AnyTagClassName
{
color: #C9CDFC;
}
</style>
background-color css
<style>
a { background-color: #C9CDFC; }
a { background-color: rgb(201,205,252); }
div.DivClassName
{
background-color: #C9CDFC;
}
.BgClassName
{
background-color: #C9CDFC;
}
</style>
border-color css
<style>
span { border-color: #C9CDFC; }
span { border-color: rgb(201,205,252); }
td.TdClassName
{
border-color: #C9CDFC;
}
.TagClassName
{
border-color: #C9CDFC;
}
</style>