Shades of Lavender Blue #C2CAF7
Tints of Lavender Blue #C2CAF7
RGB
CMYK
RGB Variations
Color information
#C2CAF7 (or 0xC2CAF7) is known color: Lavender Blue. HEX triplet: C2, CA and F7. RGB value is (194,202,247). Sum of RGB (Red+Green+Blue) = 194+202+247=643 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.17% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 247 (96.88% from 255 or 38.41% from 643); Max value from RGB is 247 - color contains mainly: blue. Hex color #C2CAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CAF7 is #3D3508. Grayscale: #CCCCCC. Windows color (decimal): -4011273 or 16239298. OLE color: 16239298.
HSL color Cylindrical-coordinate representation of color #C2CAF7: hue angle of 230.94º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2CAF7 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 202 | 247 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.03 |
| HSL | 230.94º | 0.77% | 0.86% | - |
| HSV(B) | 230.94º | 0.21% | 0.97% | - |
| XYZ | 60.16 | 60.43 | 96.49 | - |
| YUV | 204.74 | 151.85 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 247 | 0.21 | 0.18 | 0 | 0.03 | 230.94 | 0.77 | 0.86 |
| Hex | C2 | CA | F7 | 15 | 12 | 0 | 3 | E7 | 4D | 56 |
| Octal | 302 | 312 | 367 | 25 | 22 | 0 | 3 | 347 | 115 | 126 |
| Binary | 11000010 | 11001010 | 11110111 | 10101 | 10010 | 0 | 11 | 11100111 | 1001101 | 1010110 |
Color Harmonies of #C2CAF7
Complementary color
Monochromatic Colors of #C2CAF7
Black with #C2CAF7
Text Example
Text Example
White with #C2CAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CAF7; }
p { color: rgb(194,202,247); }
H1.HeaderClassName
{
color: #C2CAF7;
}
.AnyTagClassName
{
color: #C2CAF7;
}
</style>
background-color css
<style>
a { background-color: #C2CAF7; }
a { background-color: rgb(194,202,247); }
div.DivClassName
{
background-color: #C2CAF7;
}
.BgClassName
{
background-color: #C2CAF7;
}
</style>
border-color css
<style>
span { border-color: #C2CAF7; }
span { border-color: rgb(194,202,247); }
td.TdClassName
{
border-color: #C2CAF7;
}
.TagClassName
{
border-color: #C2CAF7;
}
</style>