Shades of Lavender Blue #C9CFFB
Tints of Lavender Blue #C9CFFB
RGB
CMYK
RGB Variations
Color information
#C9CFFB (or 0xC9CFFB) is known color: Lavender Blue. HEX triplet: C9, CF and FB. RGB value is (201,207,251). Sum of RGB (Red+Green+Blue) = 201+207+251=659 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.50% from 659); Green value is 207 (81.25% from 255 or 31.41% from 659); Blue value is 251 (98.44% from 255 or 38.09% from 659); Max value from RGB is 251 - color contains mainly: blue. Hex color #C9CFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CFFB is #363004. Grayscale: #D2D2D2. Windows color (decimal): -3551237 or 16502729. OLE color: 16502729.
HSL color Cylindrical-coordinate representation of color #C9CFFB: hue angle of 232.8º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9CFFB is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 201 | 207 | 251 | - |
CMYK | 0.20 | 0.18 | 0 | 0.02 |
HSL | 232.8º | 0.86% | 0.89% | - |
HSV(B) | 232.8º | 0.2% | 0.98% | - |
XYZ | 63.81 | 64.01 | 100.26 | - |
YUV | 210.22 | 151.01 | 121.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 207 | 251 | 0.20 | 0.18 | 0 | 0.02 | 232.8 | 0.86 | 0.89 |
Hex | C9 | CF | FB | 14 | 12 | 0 | 2 | E9 | 56 | 59 |
Octal | 311 | 317 | 373 | 24 | 22 | 0 | 2 | 351 | 126 | 131 |
Binary | 11001001 | 11001111 | 11111011 | 10100 | 10010 | 0 | 10 | 11101001 | 1010110 | 1011001 |
Color Harmonies of #C9CFFB
Complementary color
Monochromatic Colors of #C9CFFB
Black with #C9CFFB
Text Example
Text Example
White with #C9CFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CFFB; }
p { color: rgb(201,207,251); }
H1.HeaderClassName
{
color: #C9CFFB;
}
.AnyTagClassName
{
color: #C9CFFB;
}
</style>
background-color css
<style>
a { background-color: #C9CFFB; }
a { background-color: rgb(201,207,251); }
div.DivClassName
{
background-color: #C9CFFB;
}
.BgClassName
{
background-color: #C9CFFB;
}
</style>
border-color css
<style>
span { border-color: #C9CFFB; }
span { border-color: rgb(201,207,251); }
td.TdClassName
{
border-color: #C9CFFB;
}
.TagClassName
{
border-color: #C9CFFB;
}
</style>