Shades of Lavender Blue #CFC0FC
Tints of Lavender Blue #CFC0FC
RGB
CMYK
RGB Variations
Color information
#CFC0FC (or 0xCFC0FC) is known color: Lavender Blue. HEX triplet: CF, C0 and FC. RGB value is (207,192,252). Sum of RGB (Red+Green+Blue) = 207+192+252=651 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.80% from 651); Green value is 192 (75.39% from 255 or 29.49% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFC0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC0FC is #303F03. Grayscale: #CBCBCB. Windows color (decimal): -3161860 or 16564431. OLE color: 16564431.
HSL color Cylindrical-coordinate representation of color #CFC0FC: hue angle of 255º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFC0FC is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 207 | 192 | 252 | - |
CMYK | 0.18 | 0.24 | 0 | 0.01 |
HSL | 255º | 0.91% | 0.87% | - |
HSV(B) | 255º | 0.24% | 0.99% | - |
XYZ | 62.15 | 57.99 | 100.01 | - |
YUV | 203.33 | 155.47 | 130.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 192 | 252 | 0.18 | 0.24 | 0 | 0.01 | 255 | 0.91 | 0.87 |
Hex | CF | C0 | FC | 12 | 18 | 0 | 1 | FF | 5B | 57 |
Octal | 317 | 300 | 374 | 22 | 30 | 0 | 1 | 377 | 133 | 127 |
Binary | 11001111 | 11000000 | 11111100 | 10010 | 11000 | 0 | 1 | 11111111 | 1011011 | 1010111 |
Color Harmonies of #CFC0FC
Complementary color
Monochromatic Colors of #CFC0FC
Black with #CFC0FC
Text Example
Text Example
White with #CFC0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC0FC; }
p { color: rgb(207,192,252); }
H1.HeaderClassName
{
color: #CFC0FC;
}
.AnyTagClassName
{
color: #CFC0FC;
}
</style>
background-color css
<style>
a { background-color: #CFC0FC; }
a { background-color: rgb(207,192,252); }
div.DivClassName
{
background-color: #CFC0FC;
}
.BgClassName
{
background-color: #CFC0FC;
}
</style>
border-color css
<style>
span { border-color: #CFC0FC; }
span { border-color: rgb(207,192,252); }
td.TdClassName
{
border-color: #CFC0FC;
}
.TagClassName
{
border-color: #CFC0FC;
}
</style>