Shades of Lavender Blue #C8D4FE
Tints of Lavender Blue #C8D4FE
RGB
CMYK
RGB Variations
Color information
#C8D4FE (or 0xC8D4FE) is known color: Lavender Blue. HEX triplet: C8, D4 and FE. RGB value is (200,212,254). Sum of RGB (Red+Green+Blue) = 200+212+254=666 (88% of max value = 765). Red value is 200 (78.52% from 255 or 30.03% from 666); Green value is 212 (83.20% from 255 or 31.83% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8D4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8D4FE is #372B01. Grayscale: #D5D5D5. Windows color (decimal): -3615490 or 16700616. OLE color: 16700616.
HSL color Cylindrical-coordinate representation of color #C8D4FE: hue angle of 226.67º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8D4FE is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 200 | 212 | 254 | - |
CMYK | 0.21 | 0.17 | 0 | 0.00 |
HSL | 226.67º | 0.96% | 0.89% | - |
HSV(B) | 226.67º | 0.21% | 1% | - |
XYZ | 65.25 | 66.52 | 103.17 | - |
YUV | 213.2 | 151.02 | 118.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 212 | 254 | 0.21 | 0.17 | 0 | 0.00 | 226.67 | 0.96 | 0.89 |
Hex | C8 | D4 | FE | 15 | 11 | 0 | 0 | E3 | 60 | 59 |
Octal | 310 | 324 | 376 | 25 | 21 | 0 | 0 | 343 | 140 | 131 |
Binary | 11001000 | 11010100 | 11111110 | 10101 | 10001 | 0 | 0 | 11100011 | 1100000 | 1011001 |
Color Harmonies of #C8D4FE
Complementary color
Monochromatic Colors of #C8D4FE
Black with #C8D4FE
Text Example
Text Example
White with #C8D4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D4FE; }
p { color: rgb(200,212,254); }
H1.HeaderClassName
{
color: #C8D4FE;
}
.AnyTagClassName
{
color: #C8D4FE;
}
</style>
background-color css
<style>
a { background-color: #C8D4FE; }
a { background-color: rgb(200,212,254); }
div.DivClassName
{
background-color: #C8D4FE;
}
.BgClassName
{
background-color: #C8D4FE;
}
</style>
border-color css
<style>
span { border-color: #C8D4FE; }
span { border-color: rgb(200,212,254); }
td.TdClassName
{
border-color: #C8D4FE;
}
.TagClassName
{
border-color: #C8D4FE;
}
</style>