Shades of Lavender Blue #C2CBF7
Tints of Lavender Blue #C2CBF7
RGB
CMYK
RGB Variations
Color information
#C2CBF7 (or 0xC2CBF7) is known color: Lavender Blue. HEX triplet: C2, CB and F7. RGB value is (194,203,247). Sum of RGB (Red+Green+Blue) = 194+203+247=644 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.12% from 644); Green value is 203 (79.69% from 255 or 31.52% from 644); Blue value is 247 (96.88% from 255 or 38.35% from 644); Max value from RGB is 247 - color contains mainly: blue. Hex color #C2CBF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CBF7 is #3D3408. Grayscale: #CDCDCD. Windows color (decimal): -4011017 or 16239554. OLE color: 16239554.
HSL color Cylindrical-coordinate representation of color #C2CBF7: hue angle of 229.81º 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 #C2CBF7 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 203 | 247 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.03 |
| HSL | 229.81º | 0.77% | 0.86% | - |
| HSV(B) | 229.81º | 0.21% | 0.97% | - |
| XYZ | 60.39 | 60.9 | 96.57 | - |
| YUV | 205.33 | 151.52 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 203 | 247 | 0.21 | 0.18 | 0 | 0.03 | 229.81 | 0.77 | 0.86 |
| Hex | C2 | CB | F7 | 15 | 12 | 0 | 3 | E6 | 4D | 56 |
| Octal | 302 | 313 | 367 | 25 | 22 | 0 | 3 | 346 | 115 | 126 |
| Binary | 11000010 | 11001011 | 11110111 | 10101 | 10010 | 0 | 11 | 11100110 | 1001101 | 1010110 |
Color Harmonies of #C2CBF7
Complementary color
Monochromatic Colors of #C2CBF7
Black with #C2CBF7
Text Example
Text Example
White with #C2CBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CBF7; }
p { color: rgb(194,203,247); }
H1.HeaderClassName
{
color: #C2CBF7;
}
.AnyTagClassName
{
color: #C2CBF7;
}
</style>
background-color css
<style>
a { background-color: #C2CBF7; }
a { background-color: rgb(194,203,247); }
div.DivClassName
{
background-color: #C2CBF7;
}
.BgClassName
{
background-color: #C2CBF7;
}
</style>
border-color css
<style>
span { border-color: #C2CBF7; }
span { border-color: rgb(194,203,247); }
td.TdClassName
{
border-color: #C2CBF7;
}
.TagClassName
{
border-color: #C2CBF7;
}
</style>