Shades of Lavender Blue #CFC8F0
Tints of Lavender Blue #CFC8F0
RGB
CMYK
RGB Variations
Color information
#CFC8F0 (or 0xCFC8F0) is known color: Lavender Blue. HEX triplet: CF, C8 and F0. RGB value is (207,200,240). Sum of RGB (Red+Green+Blue) = 207+200+240=647 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.99% from 647); Green value is 200 (78.52% from 255 or 30.91% from 647); Blue value is 240 (94.14% from 255 or 37.09% from 647); Max value from RGB is 240 - color contains mainly: blue. Hex color #CFC8F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC8F0 is #30370F. Grayscale: #CECECE. Windows color (decimal): -3159824 or 15780047. OLE color: 15780047.
HSL color Cylindrical-coordinate representation of color #CFC8F0: hue angle of 250.5º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFC8F0 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 200 | 240 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.06 |
| HSL | 250.5º | 0.57% | 0.86% | - |
| HSV(B) | 250.5º | 0.17% | 0.94% | - |
| XYZ | 62.11 | 60.87 | 90.91 | - |
| YUV | 206.65 | 146.82 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 240 | 0.14 | 0.17 | 0 | 0.06 | 250.5 | 0.57 | 0.86 |
| Hex | CF | C8 | F0 | E | 11 | 0 | 6 | FB | 39 | 56 |
| Octal | 317 | 310 | 360 | 16 | 21 | 0 | 6 | 373 | 71 | 126 |
| Binary | 11001111 | 11001000 | 11110000 | 1110 | 10001 | 0 | 110 | 11111011 | 111001 | 1010110 |
Color Harmonies of #CFC8F0
Complementary color
Monochromatic Colors of #CFC8F0
Black with #CFC8F0
Text Example
Text Example
White with #CFC8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC8F0; }
p { color: rgb(207,200,240); }
H1.HeaderClassName
{
color: #CFC8F0;
}
.AnyTagClassName
{
color: #CFC8F0;
}
</style>
background-color css
<style>
a { background-color: #CFC8F0; }
a { background-color: rgb(207,200,240); }
div.DivClassName
{
background-color: #CFC8F0;
}
.BgClassName
{
background-color: #CFC8F0;
}
</style>
border-color css
<style>
span { border-color: #CFC8F0; }
span { border-color: rgb(207,200,240); }
td.TdClassName
{
border-color: #CFC8F0;
}
.TagClassName
{
border-color: #CFC8F0;
}
</style>