Shades of Lavender Blue #C1CDFB
Tints of Lavender Blue #C1CDFB
RGB
CMYK
RGB Variations
Color information
#C1CDFB (or 0xC1CDFB) is known color: Lavender Blue. HEX triplet: C1, CD and FB. RGB value is (193,205,251). Sum of RGB (Red+Green+Blue) = 193+205+251=649 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.74% from 649); Green value is 205 (80.47% from 255 or 31.59% from 649); Blue value is 251 (98.44% from 255 or 38.67% from 649); Max value from RGB is 251 - color contains mainly: blue. Hex color #C1CDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CDFB is #3E3204. Grayscale: #CECECE. Windows color (decimal): -4076037 or 16502209. OLE color: 16502209.
HSL color Cylindrical-coordinate representation of color #C1CDFB: hue angle of 227.59º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1CDFB is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 205 | 251 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.02 |
| HSL | 227.59º | 0.88% | 0.87% | - |
| HSV(B) | 227.59º | 0.23% | 0.98% | - |
| XYZ | 61.24 | 61.97 | 100 | - |
| YUV | 206.66 | 153.02 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 205 | 251 | 0.23 | 0.18 | 0 | 0.02 | 227.59 | 0.88 | 0.87 |
| Hex | C1 | CD | FB | 17 | 12 | 0 | 2 | E4 | 58 | 57 |
| Octal | 301 | 315 | 373 | 27 | 22 | 0 | 2 | 344 | 130 | 127 |
| Binary | 11000001 | 11001101 | 11111011 | 10111 | 10010 | 0 | 10 | 11100100 | 1011000 | 1010111 |
Color Harmonies of #C1CDFB
Complementary color
Monochromatic Colors of #C1CDFB
Black with #C1CDFB
Text Example
Text Example
White with #C1CDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CDFB; }
p { color: rgb(193,205,251); }
H1.HeaderClassName
{
color: #C1CDFB;
}
.AnyTagClassName
{
color: #C1CDFB;
}
</style>
background-color css
<style>
a { background-color: #C1CDFB; }
a { background-color: rgb(193,205,251); }
div.DivClassName
{
background-color: #C1CDFB;
}
.BgClassName
{
background-color: #C1CDFB;
}
</style>
border-color css
<style>
span { border-color: #C1CDFB; }
span { border-color: rgb(193,205,251); }
td.TdClassName
{
border-color: #C1CDFB;
}
.TagClassName
{
border-color: #C1CDFB;
}
</style>