Shades of Lavender Blue #C2CBFB
Tints of Lavender Blue #C2CBFB
RGB
CMYK
RGB Variations
Color information
#C2CBFB (or 0xC2CBFB) is known color: Lavender Blue. HEX triplet: C2, CB and FB. RGB value is (194,203,251). Sum of RGB (Red+Green+Blue) = 194+203+251=648 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.94% from 648); Green value is 203 (79.69% from 255 or 31.33% from 648); Blue value is 251 (98.44% from 255 or 38.73% from 648); Max value from RGB is 251 - color contains mainly: blue. Hex color #C2CBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CBFB is #3D3404. Grayscale: #CDCDCD. Windows color (decimal): -4011013 or 16501698. OLE color: 16501698.
HSL color Cylindrical-coordinate representation of color #C2CBFB: hue angle of 230.53º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2CBFB is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 203 | 251 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.02 |
| HSL | 230.53º | 0.88% | 0.87% | - |
| HSV(B) | 230.53º | 0.23% | 0.98% | - |
| XYZ | 61.02 | 61.15 | 99.85 | - |
| YUV | 205.78 | 153.52 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 203 | 251 | 0.23 | 0.19 | 0 | 0.02 | 230.53 | 0.88 | 0.87 |
| Hex | C2 | CB | FB | 17 | 13 | 0 | 2 | E7 | 58 | 57 |
| Octal | 302 | 313 | 373 | 27 | 23 | 0 | 2 | 347 | 130 | 127 |
| Binary | 11000010 | 11001011 | 11111011 | 10111 | 10011 | 0 | 10 | 11100111 | 1011000 | 1010111 |
Color Harmonies of #C2CBFB
Complementary color
Monochromatic Colors of #C2CBFB
Black with #C2CBFB
Text Example
Text Example
White with #C2CBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CBFB; }
p { color: rgb(194,203,251); }
H1.HeaderClassName
{
color: #C2CBFB;
}
.AnyTagClassName
{
color: #C2CBFB;
}
</style>
background-color css
<style>
a { background-color: #C2CBFB; }
a { background-color: rgb(194,203,251); }
div.DivClassName
{
background-color: #C2CBFB;
}
.BgClassName
{
background-color: #C2CBFB;
}
</style>
border-color css
<style>
span { border-color: #C2CBFB; }
span { border-color: rgb(194,203,251); }
td.TdClassName
{
border-color: #C2CBFB;
}
.TagClassName
{
border-color: #C2CBFB;
}
</style>