Shades of Lavender Blue #C2CDFE
Tints of Lavender Blue #C2CDFE
RGB
CMYK
RGB Variations
Color information
#C2CDFE (or 0xC2CDFE) is known color: Lavender Blue. HEX triplet: C2, CD and FE. RGB value is (194,205,254). Sum of RGB (Red+Green+Blue) = 194+205+254=653 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.71% from 653); Green value is 205 (80.47% from 255 or 31.39% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2CDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CDFE is #3D3201. Grayscale: #CFCFCF. Windows color (decimal): -4010498 or 16698818. OLE color: 16698818.
HSL color Cylindrical-coordinate representation of color #C2CDFE: hue angle of 229º 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 #C2CDFE is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 205 | 254 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.00 |
| HSL | 229º | 0.97% | 0.88% | - |
| HSV(B) | 229º | 0.24% | 1% | - |
| XYZ | 61.97 | 62.29 | 102.52 | - |
| YUV | 207.3 | 154.36 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 205 | 254 | 0.24 | 0.19 | 0 | 0.00 | 229 | 0.97 | 0.88 |
| Hex | C2 | CD | FE | 18 | 13 | 0 | 0 | E5 | 61 | 58 |
| Octal | 302 | 315 | 376 | 30 | 23 | 0 | 0 | 345 | 141 | 130 |
| Binary | 11000010 | 11001101 | 11111110 | 11000 | 10011 | 0 | 0 | 11100101 | 1100001 | 1011000 |
Color Harmonies of #C2CDFE
Complementary color
Monochromatic Colors of #C2CDFE
Black with #C2CDFE
Text Example
Text Example
White with #C2CDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CDFE; }
p { color: rgb(194,205,254); }
H1.HeaderClassName
{
color: #C2CDFE;
}
.AnyTagClassName
{
color: #C2CDFE;
}
</style>
background-color css
<style>
a { background-color: #C2CDFE; }
a { background-color: rgb(194,205,254); }
div.DivClassName
{
background-color: #C2CDFE;
}
.BgClassName
{
background-color: #C2CDFE;
}
</style>
border-color css
<style>
span { border-color: #C2CDFE; }
span { border-color: rgb(194,205,254); }
td.TdClassName
{
border-color: #C2CDFE;
}
.TagClassName
{
border-color: #C2CDFE;
}
</style>