Shades of Lavender Blue #C4CFFE
Tints of Lavender Blue #C4CFFE
RGB
CMYK
RGB Variations
Color information
#C4CFFE (or 0xC4CFFE) is known color: Lavender Blue. HEX triplet: C4, CF and FE. RGB value is (196,207,254). Sum of RGB (Red+Green+Blue) = 196+207+254=657 (87% of max value = 765). Red value is 196 (76.95% from 255 or 29.83% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4CFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CFFE is #3B3001. Grayscale: #D0D0D0. Windows color (decimal): -3878914 or 16699332. OLE color: 16699332.
HSL color Cylindrical-coordinate representation of color #C4CFFE: hue angle of 228.62º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4CFFE is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 196 | 207 | 254 | - |
CMYK | 0.23 | 0.19 | 0 | 0.00 |
HSL | 228.62º | 0.97% | 0.88% | - |
HSV(B) | 228.62º | 0.23% | 1% | - |
XYZ | 62.97 | 63.52 | 102.71 | - |
YUV | 209.07 | 153.36 | 118.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 207 | 254 | 0.23 | 0.19 | 0 | 0.00 | 228.62 | 0.97 | 0.88 |
Hex | C4 | CF | FE | 17 | 13 | 0 | 0 | E5 | 61 | 58 |
Octal | 304 | 317 | 376 | 27 | 23 | 0 | 0 | 345 | 141 | 130 |
Binary | 11000100 | 11001111 | 11111110 | 10111 | 10011 | 0 | 0 | 11100101 | 1100001 | 1011000 |
Color Harmonies of #C4CFFE
Complementary color
Monochromatic Colors of #C4CFFE
Black with #C4CFFE
Text Example
Text Example
White with #C4CFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CFFE; }
p { color: rgb(196,207,254); }
H1.HeaderClassName
{
color: #C4CFFE;
}
.AnyTagClassName
{
color: #C4CFFE;
}
</style>
background-color css
<style>
a { background-color: #C4CFFE; }
a { background-color: rgb(196,207,254); }
div.DivClassName
{
background-color: #C4CFFE;
}
.BgClassName
{
background-color: #C4CFFE;
}
</style>
border-color css
<style>
span { border-color: #C4CFFE; }
span { border-color: rgb(196,207,254); }
td.TdClassName
{
border-color: #C4CFFE;
}
.TagClassName
{
border-color: #C4CFFE;
}
</style>