Shades of Lavender Blue #C9CAF9
Tints of Lavender Blue #C9CAF9
RGB
CMYK
RGB Variations
Color information
#C9CAF9 (or 0xC9CAF9) is known color: Lavender Blue. HEX triplet: C9, CA and F9. RGB value is (201,202,249). Sum of RGB (Red+Green+Blue) = 201+202+249=652 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.83% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 249 (97.66% from 255 or 38.19% from 652); Max value from RGB is 249 - color contains mainly: blue. Hex color #C9CAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CAF9 is #363506. Grayscale: #CECECE. Windows color (decimal): -3552519 or 16370377. OLE color: 16370377.
HSL color Cylindrical-coordinate representation of color #C9CAF9: hue angle of 238.75º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9CAF9 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 201 | 202 | 249 | - |
CMYK | 0.19 | 0.19 | 0 | 0.02 |
HSL | 238.75º | 0.8% | 0.88% | - |
HSV(B) | 238.75º | 0.19% | 0.98% | - |
XYZ | 62.31 | 61.5 | 98.21 | - |
YUV | 207.06 | 151.67 | 123.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 202 | 249 | 0.19 | 0.19 | 0 | 0.02 | 238.75 | 0.8 | 0.88 |
Hex | C9 | CA | F9 | 13 | 13 | 0 | 2 | EF | 50 | 58 |
Octal | 311 | 312 | 371 | 23 | 23 | 0 | 2 | 357 | 120 | 130 |
Binary | 11001001 | 11001010 | 11111001 | 10011 | 10011 | 0 | 10 | 11101111 | 1010000 | 1011000 |
Color Harmonies of #C9CAF9
Complementary color
Monochromatic Colors of #C9CAF9
Black with #C9CAF9
Text Example
Text Example
White with #C9CAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CAF9; }
p { color: rgb(201,202,249); }
H1.HeaderClassName
{
color: #C9CAF9;
}
.AnyTagClassName
{
color: #C9CAF9;
}
</style>
background-color css
<style>
a { background-color: #C9CAF9; }
a { background-color: rgb(201,202,249); }
div.DivClassName
{
background-color: #C9CAF9;
}
.BgClassName
{
background-color: #C9CAF9;
}
</style>
border-color css
<style>
span { border-color: #C9CAF9; }
span { border-color: rgb(201,202,249); }
td.TdClassName
{
border-color: #C9CAF9;
}
.TagClassName
{
border-color: #C9CAF9;
}
</style>