Shades of Lavender Blue #C2CCFF
Tints of Lavender Blue #C2CCFF
RGB
CMYK
RGB Variations
Color information
#C2CCFF (or 0xC2CCFF) is known color: Lavender Blue. HEX triplet: C2, CC and FF. RGB value is (194,204,255). Sum of RGB (Red+Green+Blue) = 194+204+255=653 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.71% from 653); Green value is 204 (80.08% from 255 or 31.24% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2CCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CCFF is #3D3300. Grayscale: #CECECE. Windows color (decimal): -4010753 or 16764098. OLE color: 16764098.
HSL color Cylindrical-coordinate representation of color #C2CCFF: hue angle of 230.16º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2CCFF is Cyan = 0.24, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 204 | 255 | - |
| CMYK | 0.24 | 0.2 | 0 | 0 |
| HSL | 230.16º | 1% | 0.88% | - |
| HSV(B) | 230.16º | 0.24% | 1% | - |
| XYZ | 61.89 | 61.88 | 103.29 | - |
| YUV | 206.82 | 155.19 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 204 | 255 | 0.24 | 0.2 | 0 | 0 | 230.16 | 1 | 0.88 |
| Hex | C2 | CC | FF | 18 | 14 | 0 | 0 | E6 | 64 | 58 |
| Octal | 302 | 314 | 377 | 30 | 24 | 0 | 0 | 346 | 144 | 130 |
| Binary | 11000010 | 11001100 | 11111111 | 11000 | 10100 | 0 | 0 | 11100110 | 1100100 | 1011000 |
Color Harmonies of #C2CCFF
Complementary color
Monochromatic Colors of #C2CCFF
Black with #C2CCFF
Text Example
Text Example
White with #C2CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CCFF; }
p { color: rgb(194,204,255); }
H1.HeaderClassName
{
color: #C2CCFF;
}
.AnyTagClassName
{
color: #C2CCFF;
}
</style>
background-color css
<style>
a { background-color: #C2CCFF; }
a { background-color: rgb(194,204,255); }
div.DivClassName
{
background-color: #C2CCFF;
}
.BgClassName
{
background-color: #C2CCFF;
}
</style>
border-color css
<style>
span { border-color: #C2CCFF; }
span { border-color: rgb(194,204,255); }
td.TdClassName
{
border-color: #C2CCFF;
}
.TagClassName
{
border-color: #C2CCFF;
}
</style>