Shades of Lavender Blue #C5CDFF
Tints of Lavender Blue #C5CDFF
RGB
CMYK
RGB Variations
Color information
#C5CDFF (or 0xC5CDFF) is known color: Lavender Blue. HEX triplet: C5, CD and FF. RGB value is (197,205,255). Sum of RGB (Red+Green+Blue) = 197+205+255=657 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.98% from 657); Green value is 205 (80.47% from 255 or 31.20% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5CDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CDFF is #3A3200. Grayscale: #D0D0D0. Windows color (decimal): -3813889 or 16764357. OLE color: 16764357.
HSL color Cylindrical-coordinate representation of color #C5CDFF: hue angle of 231.72º 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 #C5CDFF is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 197 | 205 | 255 | - |
CMYK | 0.23 | 0.20 | 0 | 0 |
HSL | 231.72º | 1% | 0.89% | - |
HSV(B) | 231.72º | 0.23% | 1% | - |
XYZ | 62.91 | 62.75 | 103.4 | - |
YUV | 208.31 | 154.35 | 119.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 205 | 255 | 0.23 | 0.20 | 0 | 0 | 231.72 | 1 | 0.89 |
Hex | C5 | CD | FF | 17 | 14 | 0 | 0 | E8 | 64 | 59 |
Octal | 305 | 315 | 377 | 27 | 24 | 0 | 0 | 350 | 144 | 131 |
Binary | 11000101 | 11001101 | 11111111 | 10111 | 10100 | 0 | 0 | 11101000 | 1100100 | 1011001 |
Color Harmonies of #C5CDFF
Complementary color
Monochromatic Colors of #C5CDFF
Black with #C5CDFF
Text Example
Text Example
White with #C5CDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CDFF; }
p { color: rgb(197,205,255); }
H1.HeaderClassName
{
color: #C5CDFF;
}
.AnyTagClassName
{
color: #C5CDFF;
}
</style>
background-color css
<style>
a { background-color: #C5CDFF; }
a { background-color: rgb(197,205,255); }
div.DivClassName
{
background-color: #C5CDFF;
}
.BgClassName
{
background-color: #C5CDFF;
}
</style>
border-color css
<style>
span { border-color: #C5CDFF; }
span { border-color: rgb(197,205,255); }
td.TdClassName
{
border-color: #C5CDFF;
}
.TagClassName
{
border-color: #C5CDFF;
}
</style>