Shades of Lavender Blue #CFCBF0
Tints of Lavender Blue #CFCBF0
RGB
CMYK
RGB Variations
Color information
#CFCBF0 (or 0xCFCBF0) is known color: Lavender Blue. HEX triplet: CF, CB and F0. RGB value is (207,203,240). Sum of RGB (Red+Green+Blue) = 207+203+240=650 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.85% from 650); Green value is 203 (79.69% from 255 or 31.23% from 650); Blue value is 240 (94.14% from 255 or 36.92% from 650); Max value from RGB is 240 - color contains mainly: blue. Hex color #CFCBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCBF0 is #30340F. Grayscale: #D0D0D0. Windows color (decimal): -3159056 or 15780815. OLE color: 15780815.
HSL color Cylindrical-coordinate representation of color #CFCBF0: hue angle of 246.49º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFCBF0 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 203 | 240 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.06 |
| HSL | 246.49º | 0.55% | 0.87% | - |
| HSV(B) | 246.49º | 0.15% | 0.94% | - |
| XYZ | 62.82 | 62.27 | 91.15 | - |
| YUV | 208.41 | 145.83 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 240 | 0.14 | 0.15 | 0 | 0.06 | 246.49 | 0.55 | 0.87 |
| Hex | CF | CB | F0 | E | F | 0 | 6 | F6 | 37 | 57 |
| Octal | 317 | 313 | 360 | 16 | 17 | 0 | 6 | 366 | 67 | 127 |
| Binary | 11001111 | 11001011 | 11110000 | 1110 | 1111 | 0 | 110 | 11110110 | 110111 | 1010111 |
Color Harmonies of #CFCBF0
Complementary color
Monochromatic Colors of #CFCBF0
Black with #CFCBF0
Text Example
Text Example
White with #CFCBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCBF0; }
p { color: rgb(207,203,240); }
H1.HeaderClassName
{
color: #CFCBF0;
}
.AnyTagClassName
{
color: #CFCBF0;
}
</style>
background-color css
<style>
a { background-color: #CFCBF0; }
a { background-color: rgb(207,203,240); }
div.DivClassName
{
background-color: #CFCBF0;
}
.BgClassName
{
background-color: #CFCBF0;
}
</style>
border-color css
<style>
span { border-color: #CFCBF0; }
span { border-color: rgb(207,203,240); }
td.TdClassName
{
border-color: #CFCBF0;
}
.TagClassName
{
border-color: #CFCBF0;
}
</style>