Shades of Lavender Blue #C5D0FF
Tints of Lavender Blue #C5D0FF
RGB
CMYK
RGB Variations
Color information
#C5D0FF (or 0xC5D0FF) is known color: Lavender Blue. HEX triplet: C5, D0 and FF. RGB value is (197,208,255). Sum of RGB (Red+Green+Blue) = 197+208+255=660 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.85% from 660); Green value is 208 (81.64% from 255 or 31.52% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5D0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5D0FF is #3A2F00. Grayscale: #D1D1D1. Windows color (decimal): -3813121 or 16765125. OLE color: 16765125.
HSL color Cylindrical-coordinate representation of color #C5D0FF: hue angle of 228.62º 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 #C5D0FF is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 197 | 208 | 255 | - |
CMYK | 0.23 | 0.18 | 0 | 0 |
HSL | 228.62º | 1% | 0.89% | - |
HSV(B) | 228.62º | 0.23% | 1% | - |
XYZ | 63.63 | 64.2 | 103.65 | - |
YUV | 210.07 | 153.36 | 118.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 208 | 255 | 0.23 | 0.18 | 0 | 0 | 228.62 | 1 | 0.89 |
Hex | C5 | D0 | FF | 17 | 12 | 0 | 0 | E5 | 64 | 59 |
Octal | 305 | 320 | 377 | 27 | 22 | 0 | 0 | 345 | 144 | 131 |
Binary | 11000101 | 11010000 | 11111111 | 10111 | 10010 | 0 | 0 | 11100101 | 1100100 | 1011001 |
Color Harmonies of #C5D0FF
Complementary color
Monochromatic Colors of #C5D0FF
Black with #C5D0FF
Text Example
Text Example
White with #C5D0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D0FF; }
p { color: rgb(197,208,255); }
H1.HeaderClassName
{
color: #C5D0FF;
}
.AnyTagClassName
{
color: #C5D0FF;
}
</style>
background-color css
<style>
a { background-color: #C5D0FF; }
a { background-color: rgb(197,208,255); }
div.DivClassName
{
background-color: #C5D0FF;
}
.BgClassName
{
background-color: #C5D0FF;
}
</style>
border-color css
<style>
span { border-color: #C5D0FF; }
span { border-color: rgb(197,208,255); }
td.TdClassName
{
border-color: #C5D0FF;
}
.TagClassName
{
border-color: #C5D0FF;
}
</style>