Shades of Lavender Blue #C9CFFD
Tints of Lavender Blue #C9CFFD
RGB
CMYK
RGB Variations
Color information
#C9CFFD (or 0xC9CFFD) is known color: Lavender Blue. HEX triplet: C9, CF and FD. RGB value is (201,207,253). Sum of RGB (Red+Green+Blue) = 201+207+253=661 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.41% from 661); Green value is 207 (81.25% from 255 or 31.32% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 253 - color contains mainly: blue. Hex color #C9CFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CFFD is #363002. Grayscale: #D2D2D2. Windows color (decimal): -3551235 or 16633801. OLE color: 16633801.
HSL color Cylindrical-coordinate representation of color #C9CFFD: hue angle of 233.08º 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 #C9CFFD is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 201 | 207 | 253 | - |
CMYK | 0.21 | 0.18 | 0 | 0.01 |
HSL | 233.08º | 0.93% | 0.89% | - |
HSV(B) | 233.08º | 0.21% | 0.99% | - |
XYZ | 64.13 | 64.14 | 101.93 | - |
YUV | 210.45 | 152.01 | 121.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 207 | 253 | 0.21 | 0.18 | 0 | 0.01 | 233.08 | 0.93 | 0.89 |
Hex | C9 | CF | FD | 15 | 12 | 0 | 1 | E9 | 5D | 59 |
Octal | 311 | 317 | 375 | 25 | 22 | 0 | 1 | 351 | 135 | 131 |
Binary | 11001001 | 11001111 | 11111101 | 10101 | 10010 | 0 | 1 | 11101001 | 1011101 | 1011001 |
Color Harmonies of #C9CFFD
Complementary color
Monochromatic Colors of #C9CFFD
Black with #C9CFFD
Text Example
Text Example
White with #C9CFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CFFD; }
p { color: rgb(201,207,253); }
H1.HeaderClassName
{
color: #C9CFFD;
}
.AnyTagClassName
{
color: #C9CFFD;
}
</style>
background-color css
<style>
a { background-color: #C9CFFD; }
a { background-color: rgb(201,207,253); }
div.DivClassName
{
background-color: #C9CFFD;
}
.BgClassName
{
background-color: #C9CFFD;
}
</style>
border-color css
<style>
span { border-color: #C9CFFD; }
span { border-color: rgb(201,207,253); }
td.TdClassName
{
border-color: #C9CFFD;
}
.TagClassName
{
border-color: #C9CFFD;
}
</style>