Shades of Lavender Blue #C3D0FE
Tints of Lavender Blue #C3D0FE
RGB
CMYK
RGB Variations
Color information
#C3D0FE (or 0xC3D0FE) is known color: Lavender Blue. HEX triplet: C3, D0 and FE. RGB value is (195,208,254). Sum of RGB (Red+Green+Blue) = 195+208+254=657 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.68% from 657); Green value is 208 (81.64% from 255 or 31.66% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3D0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3D0FE is #3C2F01. Grayscale: #D1D1D1. Windows color (decimal): -3944194 or 16699587. OLE color: 16699587.
HSL color Cylindrical-coordinate representation of color #C3D0FE: hue angle of 226.78º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3D0FE is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 208 | 254 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.00 |
| HSL | 226.78º | 0.97% | 0.88% | - |
| HSV(B) | 226.78º | 0.23% | 1% | - |
| XYZ | 62.95 | 63.87 | 102.78 | - |
| YUV | 209.36 | 153.19 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 208 | 254 | 0.23 | 0.18 | 0 | 0.00 | 226.78 | 0.97 | 0.88 |
| Hex | C3 | D0 | FE | 17 | 12 | 0 | 0 | E3 | 61 | 58 |
| Octal | 303 | 320 | 376 | 27 | 22 | 0 | 0 | 343 | 141 | 130 |
| Binary | 11000011 | 11010000 | 11111110 | 10111 | 10010 | 0 | 0 | 11100011 | 1100001 | 1011000 |
Color Harmonies of #C3D0FE
Complementary color
Monochromatic Colors of #C3D0FE
Black with #C3D0FE
Text Example
Text Example
White with #C3D0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D0FE; }
p { color: rgb(195,208,254); }
H1.HeaderClassName
{
color: #C3D0FE;
}
.AnyTagClassName
{
color: #C3D0FE;
}
</style>
background-color css
<style>
a { background-color: #C3D0FE; }
a { background-color: rgb(195,208,254); }
div.DivClassName
{
background-color: #C3D0FE;
}
.BgClassName
{
background-color: #C3D0FE;
}
</style>
border-color css
<style>
span { border-color: #C3D0FE; }
span { border-color: rgb(195,208,254); }
td.TdClassName
{
border-color: #C3D0FE;
}
.TagClassName
{
border-color: #C3D0FE;
}
</style>