Shades of Lavender Blue #C8CDF6
Tints of Lavender Blue #C8CDF6
RGB
CMYK
RGB Variations
Color information
#C8CDF6 (or 0xC8CDF6) is known color: Lavender Blue. HEX triplet: C8, CD and F6. RGB value is (200,205,246). Sum of RGB (Red+Green+Blue) = 200+205+246=651 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.72% from 651); Green value is 205 (80.47% from 255 or 31.49% from 651); Blue value is 246 (96.48% from 255 or 37.79% from 651); Max value from RGB is 246 - color contains mainly: blue. Hex color #C8CDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CDF6 is #373209. Grayscale: #D0D0D0. Windows color (decimal): -3617290 or 16174536. OLE color: 16174536.
HSL color Cylindrical-coordinate representation of color #C8CDF6: hue angle of 233.48º degrees, saturation: 0.72, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8CDF6 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 200 | 205 | 246 | - |
CMYK | 0.19 | 0.17 | 0 | 0.04 |
HSL | 233.48º | 0.72% | 0.87% | - |
HSV(B) | 233.48º | 0.19% | 0.96% | - |
XYZ | 62.29 | 62.6 | 95.99 | - |
YUV | 208.18 | 149.34 | 122.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 205 | 246 | 0.19 | 0.17 | 0 | 0.04 | 233.48 | 0.72 | 0.87 |
Hex | C8 | CD | F6 | 13 | 11 | 0 | 4 | E9 | 48 | 57 |
Octal | 310 | 315 | 366 | 23 | 21 | 0 | 4 | 351 | 110 | 127 |
Binary | 11001000 | 11001101 | 11110110 | 10011 | 10001 | 0 | 100 | 11101001 | 1001000 | 1010111 |
Color Harmonies of #C8CDF6
Complementary color
Monochromatic Colors of #C8CDF6
Black with #C8CDF6
Text Example
Text Example
White with #C8CDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CDF6; }
p { color: rgb(200,205,246); }
H1.HeaderClassName
{
color: #C8CDF6;
}
.AnyTagClassName
{
color: #C8CDF6;
}
</style>
background-color css
<style>
a { background-color: #C8CDF6; }
a { background-color: rgb(200,205,246); }
div.DivClassName
{
background-color: #C8CDF6;
}
.BgClassName
{
background-color: #C8CDF6;
}
</style>
border-color css
<style>
span { border-color: #C8CDF6; }
span { border-color: rgb(200,205,246); }
td.TdClassName
{
border-color: #C8CDF6;
}
.TagClassName
{
border-color: #C8CDF6;
}
</style>