Shades of Lavender Blue #C5CEFF
Tints of Lavender Blue #C5CEFF
RGB
CMYK
RGB Variations
Color information
#C5CEFF (or 0xC5CEFF) is known color: Lavender Blue. HEX triplet: C5, CE and FF. RGB value is (197,206,255). Sum of RGB (Red+Green+Blue) = 197+206+255=658 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.94% from 658); Green value is 206 (80.86% from 255 or 31.31% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5CEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CEFF is #3A3100. Grayscale: #D0D0D0. Windows color (decimal): -3813633 or 16764613. OLE color: 16764613.
HSL color Cylindrical-coordinate representation of color #C5CEFF: hue angle of 230.69º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5CEFF is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 197 | 206 | 255 | - |
CMYK | 0.23 | 0.19 | 0 | 0 |
HSL | 230.69º | 1% | 0.89% | - |
HSV(B) | 230.69º | 0.23% | 1% | - |
XYZ | 63.15 | 63.23 | 103.48 | - |
YUV | 208.9 | 154.02 | 119.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 206 | 255 | 0.23 | 0.19 | 0 | 0 | 230.69 | 1 | 0.89 |
Hex | C5 | CE | FF | 17 | 13 | 0 | 0 | E7 | 64 | 59 |
Octal | 305 | 316 | 377 | 27 | 23 | 0 | 0 | 347 | 144 | 131 |
Binary | 11000101 | 11001110 | 11111111 | 10111 | 10011 | 0 | 0 | 11100111 | 1100100 | 1011001 |
Color Harmonies of #C5CEFF
Complementary color
Monochromatic Colors of #C5CEFF
Black with #C5CEFF
Text Example
Text Example
White with #C5CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CEFF; }
p { color: rgb(197,206,255); }
H1.HeaderClassName
{
color: #C5CEFF;
}
.AnyTagClassName
{
color: #C5CEFF;
}
</style>
background-color css
<style>
a { background-color: #C5CEFF; }
a { background-color: rgb(197,206,255); }
div.DivClassName
{
background-color: #C5CEFF;
}
.BgClassName
{
background-color: #C5CEFF;
}
</style>
border-color css
<style>
span { border-color: #C5CEFF; }
span { border-color: rgb(197,206,255); }
td.TdClassName
{
border-color: #C5CEFF;
}
.TagClassName
{
border-color: #C5CEFF;
}
</style>