Shades of Lavender Blue #C9D2FE
Tints of Lavender Blue #C9D2FE
RGB
CMYK
RGB Variations
Color information
#C9D2FE (or 0xC9D2FE) is known color: Lavender Blue. HEX triplet: C9, D2 and FE. RGB value is (201,210,254). Sum of RGB (Red+Green+Blue) = 201+210+254=665 (88% of max value = 765). Red value is 201 (78.91% from 255 or 30.23% from 665); Green value is 210 (82.42% from 255 or 31.58% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9D2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9D2FE is #362D01. Grayscale: #D4D4D4. Windows color (decimal): -3550466 or 16700105. OLE color: 16700105.
HSL color Cylindrical-coordinate representation of color #C9D2FE: hue angle of 229.81º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9D2FE is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 210 | 254 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.00 |
| HSL | 229.81º | 0.96% | 0.89% | - |
| HSV(B) | 229.81º | 0.21% | 1% | - |
| XYZ | 65.02 | 65.67 | 103.01 | - |
| YUV | 212.33 | 151.52 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 210 | 254 | 0.21 | 0.17 | 0 | 0.00 | 229.81 | 0.96 | 0.89 |
| Hex | C9 | D2 | FE | 15 | 11 | 0 | 0 | E6 | 60 | 59 |
| Octal | 311 | 322 | 376 | 25 | 21 | 0 | 0 | 346 | 140 | 131 |
| Binary | 11001001 | 11010010 | 11111110 | 10101 | 10001 | 0 | 0 | 11100110 | 1100000 | 1011001 |
Color Harmonies of #C9D2FE
Complementary color
Monochromatic Colors of #C9D2FE
Black with #C9D2FE
Text Example
Text Example
White with #C9D2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D2FE; }
p { color: rgb(201,210,254); }
H1.HeaderClassName
{
color: #C9D2FE;
}
.AnyTagClassName
{
color: #C9D2FE;
}
</style>
background-color css
<style>
a { background-color: #C9D2FE; }
a { background-color: rgb(201,210,254); }
div.DivClassName
{
background-color: #C9D2FE;
}
.BgClassName
{
background-color: #C9D2FE;
}
</style>
border-color css
<style>
span { border-color: #C9D2FE; }
span { border-color: rgb(201,210,254); }
td.TdClassName
{
border-color: #C9D2FE;
}
.TagClassName
{
border-color: #C9D2FE;
}
</style>