Shades of Lavender Blue #C2CCFE
Tints of Lavender Blue #C2CCFE
RGB
CMYK
RGB Variations
Color information
#C2CCFE (or 0xC2CCFE) is known color: Lavender Blue. HEX triplet: C2, CC and FE. RGB value is (194,204,254). Sum of RGB (Red+Green+Blue) = 194+204+254=652 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.75% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2CCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CCFE is #3D3301. Grayscale: #CECECE. Windows color (decimal): -4010754 or 16698562. OLE color: 16698562.
HSL color Cylindrical-coordinate representation of color #C2CCFE: hue angle of 230º 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 #C2CCFE is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 204 | 254 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.00 |
| HSL | 230º | 0.97% | 0.88% | - |
| HSV(B) | 230º | 0.24% | 1% | - |
| XYZ | 61.73 | 61.81 | 102.44 | - |
| YUV | 206.71 | 154.69 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 204 | 254 | 0.24 | 0.20 | 0 | 0.00 | 230 | 0.97 | 0.88 |
| Hex | C2 | CC | FE | 18 | 14 | 0 | 0 | E6 | 61 | 58 |
| Octal | 302 | 314 | 376 | 30 | 24 | 0 | 0 | 346 | 141 | 130 |
| Binary | 11000010 | 11001100 | 11111110 | 11000 | 10100 | 0 | 0 | 11100110 | 1100001 | 1011000 |
Color Harmonies of #C2CCFE
Complementary color
Monochromatic Colors of #C2CCFE
Black with #C2CCFE
Text Example
Text Example
White with #C2CCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CCFE; }
p { color: rgb(194,204,254); }
H1.HeaderClassName
{
color: #C2CCFE;
}
.AnyTagClassName
{
color: #C2CCFE;
}
</style>
background-color css
<style>
a { background-color: #C2CCFE; }
a { background-color: rgb(194,204,254); }
div.DivClassName
{
background-color: #C2CCFE;
}
.BgClassName
{
background-color: #C2CCFE;
}
</style>
border-color css
<style>
span { border-color: #C2CCFE; }
span { border-color: rgb(194,204,254); }
td.TdClassName
{
border-color: #C2CCFE;
}
.TagClassName
{
border-color: #C2CCFE;
}
</style>