Shades of Lavender Blue #C2D1FE
Tints of Lavender Blue #C2D1FE
RGB
CMYK
RGB Variations
Color information
#C2D1FE (or 0xC2D1FE) is known color: Lavender Blue. HEX triplet: C2, D1 and FE. RGB value is (194,209,254). Sum of RGB (Red+Green+Blue) = 194+209+254=657 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.53% from 657); Green value is 209 (82.03% from 255 or 31.81% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2D1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2D1FE is #3D2E01. Grayscale: #D1D1D1. Windows color (decimal): -4009474 or 16699842. OLE color: 16699842.
HSL color Cylindrical-coordinate representation of color #C2D1FE: hue angle of 225º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2D1FE is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 209 | 254 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.00 |
| HSL | 225º | 0.97% | 0.88% | - |
| HSV(B) | 225º | 0.24% | 1% | - |
| XYZ | 62.94 | 64.23 | 102.85 | - |
| YUV | 209.65 | 153.03 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 209 | 254 | 0.24 | 0.18 | 0 | 0.00 | 225 | 0.97 | 0.88 |
| Hex | C2 | D1 | FE | 18 | 12 | 0 | 0 | E1 | 61 | 58 |
| Octal | 302 | 321 | 376 | 30 | 22 | 0 | 0 | 341 | 141 | 130 |
| Binary | 11000010 | 11010001 | 11111110 | 11000 | 10010 | 0 | 0 | 11100001 | 1100001 | 1011000 |
Color Harmonies of #C2D1FE
Complementary color
Monochromatic Colors of #C2D1FE
Black with #C2D1FE
Text Example
Text Example
White with #C2D1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D1FE; }
p { color: rgb(194,209,254); }
H1.HeaderClassName
{
color: #C2D1FE;
}
.AnyTagClassName
{
color: #C2D1FE;
}
</style>
background-color css
<style>
a { background-color: #C2D1FE; }
a { background-color: rgb(194,209,254); }
div.DivClassName
{
background-color: #C2D1FE;
}
.BgClassName
{
background-color: #C2D1FE;
}
</style>
border-color css
<style>
span { border-color: #C2D1FE; }
span { border-color: rgb(194,209,254); }
td.TdClassName
{
border-color: #C2D1FE;
}
.TagClassName
{
border-color: #C2D1FE;
}
</style>