Shades of Lavender Blue #C9CEFD
Tints of Lavender Blue #C9CEFD
RGB
CMYK
RGB Variations
Color information
#C9CEFD (or 0xC9CEFD) is known color: Lavender Blue. HEX triplet: C9, CE and FD. RGB value is (201,206,253). Sum of RGB (Red+Green+Blue) = 201+206+253=660 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.45% from 660); Green value is 206 (80.86% from 255 or 31.21% from 660); Blue value is 253 (99.22% from 255 or 38.33% from 660); Max value from RGB is 253 - color contains mainly: blue. Hex color #C9CEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CEFD is #363102. Grayscale: #D1D1D1. Windows color (decimal): -3551491 or 16633545. OLE color: 16633545.
HSL color Cylindrical-coordinate representation of color #C9CEFD: hue angle of 234.23º 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 #C9CEFD is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 201 | 206 | 253 | - |
CMYK | 0.21 | 0.19 | 0 | 0.01 |
HSL | 234.23º | 0.93% | 0.89% | - |
HSV(B) | 234.23º | 0.21% | 0.99% | - |
XYZ | 63.89 | 63.65 | 101.85 | - |
YUV | 209.86 | 152.34 | 121.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 206 | 253 | 0.21 | 0.19 | 0 | 0.01 | 234.23 | 0.93 | 0.89 |
Hex | C9 | CE | FD | 15 | 13 | 0 | 1 | EA | 5D | 59 |
Octal | 311 | 316 | 375 | 25 | 23 | 0 | 1 | 352 | 135 | 131 |
Binary | 11001001 | 11001110 | 11111101 | 10101 | 10011 | 0 | 1 | 11101010 | 1011101 | 1011001 |
Color Harmonies of #C9CEFD
Complementary color
Monochromatic Colors of #C9CEFD
Black with #C9CEFD
Text Example
Text Example
White with #C9CEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CEFD; }
p { color: rgb(201,206,253); }
H1.HeaderClassName
{
color: #C9CEFD;
}
.AnyTagClassName
{
color: #C9CEFD;
}
</style>
background-color css
<style>
a { background-color: #C9CEFD; }
a { background-color: rgb(201,206,253); }
div.DivClassName
{
background-color: #C9CEFD;
}
.BgClassName
{
background-color: #C9CEFD;
}
</style>
border-color css
<style>
span { border-color: #C9CEFD; }
span { border-color: rgb(201,206,253); }
td.TdClassName
{
border-color: #C9CEFD;
}
.TagClassName
{
border-color: #C9CEFD;
}
</style>