Shades of Lavender Blue #C5CCF4
Tints of Lavender Blue #C5CCF4
RGB
CMYK
RGB Variations
Color information
#C5CCF4 (or 0xC5CCF4) is known color: Lavender Blue. HEX triplet: C5, CC and F4. RGB value is (197,204,244). Sum of RGB (Red+Green+Blue) = 197+204+244=645 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.54% from 645); Green value is 204 (80.08% from 255 or 31.63% from 645); Blue value is 244 (95.70% from 255 or 37.83% from 645); Max value from RGB is 244 - color contains mainly: blue. Hex color #C5CCF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CCF4 is #3A330B. Grayscale: #CECECE. Windows color (decimal): -3814156 or 16043205. OLE color: 16043205.
HSL color Cylindrical-coordinate representation of color #C5CCF4: hue angle of 231.06º degrees, saturation: 0.68, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5CCF4 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 204 | 244 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.04 |
| HSL | 231.06º | 0.68% | 0.86% | - |
| HSV(B) | 231.06º | 0.19% | 0.96% | - |
| XYZ | 60.95 | 61.59 | 94.26 | - |
| YUV | 206.47 | 149.18 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 204 | 244 | 0.19 | 0.16 | 0 | 0.04 | 231.06 | 0.68 | 0.86 |
| Hex | C5 | CC | F4 | 13 | 10 | 0 | 4 | E7 | 44 | 56 |
| Octal | 305 | 314 | 364 | 23 | 20 | 0 | 4 | 347 | 104 | 126 |
| Binary | 11000101 | 11001100 | 11110100 | 10011 | 10000 | 0 | 100 | 11100111 | 1000100 | 1010110 |
Color Harmonies of #C5CCF4
Complementary color
Monochromatic Colors of #C5CCF4
Black with #C5CCF4
Text Example
Text Example
White with #C5CCF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CCF4; }
p { color: rgb(197,204,244); }
H1.HeaderClassName
{
color: #C5CCF4;
}
.AnyTagClassName
{
color: #C5CCF4;
}
</style>
background-color css
<style>
a { background-color: #C5CCF4; }
a { background-color: rgb(197,204,244); }
div.DivClassName
{
background-color: #C5CCF4;
}
.BgClassName
{
background-color: #C5CCF4;
}
</style>
border-color css
<style>
span { border-color: #C5CCF4; }
span { border-color: rgb(197,204,244); }
td.TdClassName
{
border-color: #C5CCF4;
}
.TagClassName
{
border-color: #C5CCF4;
}
</style>