Shades of Lavender Blue #C9CBFD
Tints of Lavender Blue #C9CBFD
RGB
CMYK
RGB Variations
Color information
#C9CBFD (or 0xC9CBFD) is known color: Lavender Blue. HEX triplet: C9, CB and FD. RGB value is (201,203,253). Sum of RGB (Red+Green+Blue) = 201+203+253=657 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.59% from 657); Green value is 203 (79.69% from 255 or 30.90% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #C9CBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CBFD is #363402. Grayscale: #CFCFCF. Windows color (decimal): -3552259 or 16632777. OLE color: 16632777.
HSL color Cylindrical-coordinate representation of color #C9CBFD: hue angle of 237.69º 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 #C9CBFD is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 201 | 203 | 253 | - |
CMYK | 0.21 | 0.20 | 0 | 0.01 |
HSL | 237.69º | 0.93% | 0.89% | - |
HSV(B) | 237.69º | 0.21% | 0.99% | - |
XYZ | 63.17 | 62.22 | 101.61 | - |
YUV | 208.1 | 153.34 | 122.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 203 | 253 | 0.21 | 0.20 | 0 | 0.01 | 237.69 | 0.93 | 0.89 |
Hex | C9 | CB | FD | 15 | 14 | 0 | 1 | EE | 5D | 59 |
Octal | 311 | 313 | 375 | 25 | 24 | 0 | 1 | 356 | 135 | 131 |
Binary | 11001001 | 11001011 | 11111101 | 10101 | 10100 | 0 | 1 | 11101110 | 1011101 | 1011001 |
Color Harmonies of #C9CBFD
Complementary color
Monochromatic Colors of #C9CBFD
Black with #C9CBFD
Text Example
Text Example
White with #C9CBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CBFD; }
p { color: rgb(201,203,253); }
H1.HeaderClassName
{
color: #C9CBFD;
}
.AnyTagClassName
{
color: #C9CBFD;
}
</style>
background-color css
<style>
a { background-color: #C9CBFD; }
a { background-color: rgb(201,203,253); }
div.DivClassName
{
background-color: #C9CBFD;
}
.BgClassName
{
background-color: #C9CBFD;
}
</style>
border-color css
<style>
span { border-color: #C9CBFD; }
span { border-color: rgb(201,203,253); }
td.TdClassName
{
border-color: #C9CBFD;
}
.TagClassName
{
border-color: #C9CBFD;
}
</style>